Skip to content

Commit

Permalink
Fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Dec 18, 2024
1 parent 747e70e commit b913230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m pip install --upgrade pip
- name: Install package
if: ! ${{ matrix.opt_req }}
if: ${{ ! matrix.opt_req }}
run: |
python -m pip install ".[test]"
Expand Down

0 comments on commit b913230

Please sign in to comment.