Skip to content

Commit

Permalink
Issue #229 Separate CI Job for CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman committed Jul 3, 2024
1 parent 2fe882c commit ccf1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python-version: "3.11"

- name: Install dependencies
run: bash scripts/install-pypi.sh
run: bash scripts/install-dev.sh # FIXME: move to PyPi when it's fixed

- name: Test with pytest
run: |
Expand Down

0 comments on commit ccf1676

Please sign in to comment.