Skip to content

Commit

Permalink
Merge pull request #4 from yaacov/main
Browse files Browse the repository at this point in the history
update-ci
  • Loading branch information
yaacov committed Jan 9, 2024
2 parents c1d3d2e + 545460e commit ff58120
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 ff58120

Please sign in to comment.