Skip to content

Commit

Permalink
POL-976 Fix Azure Pricing Action (#1653)
Browse files Browse the repository at this point in the history
* pricing

* tweaks

* update

* update

* tweak

* update
  • Loading branch information
XOmniverse authored Nov 29, 2023
1 parent 7bb62a2 commit 0f1fd04
Show file tree
Hide file tree
Showing 3 changed files with 8,946 additions and 267 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/generate-azure-pricing-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'pip' # Cache pip dependencies to speed up workflow runs
python-version: 3.8.10

- working-directory: data/azure/
run: pip install -r requirements.txt
run: /opt/hostedtoolcache/Python/3.8.10/x64/bin/pip install --upgrade pip

- working-directory: data/azure/
run: python3 azure_vm_pricing.py
run: /opt/hostedtoolcache/Python/3.8.10/x64/bin/pip install -r requirements.txt

- working-directory: data/azure/
run: /opt/hostedtoolcache/Python/3.8.10/x64/bin/python3 azure_vm_pricing.py

- name: Create Pull Request
id: cpr
Expand Down
Loading

0 comments on commit 0f1fd04

Please sign in to comment.