Skip to content

Commit

Permalink
Update automatic snapshots update workflow (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico authored Jan 30, 2025
1 parent fc8bcba commit 6608cc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ jobs:
cache: pip
cache-dependency-path: |
requirements/build.txt
requirements/dev.txt
requirements/runtime.txt
check-latest: true
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/build.txt
python -m pip install -r requirements/dev.txt
make package
python -m pip install dist/*.tar.gz
python -m pip install -r requirements/runtime.txt
- name: Generate snapshots
run: |
Expand Down

0 comments on commit 6608cc1

Please sign in to comment.