Skip to content

Commit

Permalink
Run tests with normal install rather than editable one
Browse files Browse the repository at this point in the history
Fixes #356
  • Loading branch information
jfrost-mo committed Dec 6, 2024
1 parent ec50f17 commit 2520f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
# Install package and run pytest.
echo '::group::Installing local package'
python3 -m pip install -e .
python3 -m pip install .
echo '::endgroup::'
pytest --verbose --cov --cov-append --cov-config=pyproject.toml
mv .coverage ".coverage.${{ matrix.py-ver }}"
Expand Down

0 comments on commit 2520f0a

Please sign in to comment.