Skip to content

Commit

Permalink
update-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Yaacov Zamir <[email protected]>
  • Loading branch information
yaacov committed Jan 9, 2024
1 parent c1d3d2e commit 545460e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
3.9
3.12
- name: Install dependencies
run: pip install --no-cache-dir -r requirements.txt

- name: Install dev dependencies
run: pip install --no-cache-dir -r requirements-dev.txt

Expand Down

0 comments on commit 545460e

Please sign in to comment.