Skip to content

Commit

Permalink
Fix github ci for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 19, 2024
1 parent cf4956b commit 4ea300b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
python-version: '3.8'
cache: 'pip' # caching pip dependencies

- run: pip install -r requirements-dev.txt
- name: Install packages using flit
run: |
pip install flit
flit install --only-deps --deps develop
- name: Setup config
run: |
Expand Down

0 comments on commit 4ea300b

Please sign in to comment.