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 May 24, 2024
1 parent ededd0b commit 49101b2
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 @@ -37,7 +37,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 49101b2

Please sign in to comment.