Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Codecov ghaction installs czml3[dev] (non-editable mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Jun 24, 2024
1 parent 0868a16 commit c7b6b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
pip install .
pip install .[dev]
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit c7b6b0d

Please sign in to comment.