Skip to content

Commit

Permalink
-e and .
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 21, 2024
1 parent da7681a commit ef46951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
sudo apt-get install libhdf5-serial-dev # TODO: remove when h5py has 3.11 wheels
- name: Install package and dependencies
run: python -m pip install ".[${{ matrix.pip-test-deps }}]"
run: python -m pip install -e ".[${{ matrix.pip-test-deps }}]"
env:
GALA_NOGSL: ${{ matrix.gala-nogsl }}

Expand All @@ -92,7 +92,7 @@ jobs:
- name: Run tests
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
--durations=20
--durations=20 .
- name: Upload coverage report
uses: codecov/[email protected]

0 comments on commit ef46951

Please sign in to comment.