Skip to content

Commit

Permalink
Add editable install to fix codecov report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelllevin committed Apr 26, 2023
1 parent a510b0d commit a4bfc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install ".[dev, cli]"
- run: python -m pip install -e ".[dev, cli]"
- run: coverage run -m pytest
- run: coverage xml
- uses: codecov/codecov-action@v2

0 comments on commit a4bfc81

Please sign in to comment.