Skip to content

Commit

Permalink
Fix coverage pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Oct 18, 2024
1 parent 90c4bf1 commit 376e411
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install pytest
python3 -m pip install pytest-cov
python3 -m pip install .[tests]
python3 -m pip install -e .[tests]
- name: Tests
run: |
Expand All @@ -48,6 +48,8 @@ jobs:
- test

steps:
- uses: actions/checkout@v2

- name: Retrieve coverage report
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 376e411

Please sign in to comment.