Skip to content

Commit

Permalink
Use editable install when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Mar 18, 2024
1 parent c0721ff commit 02230ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel line_profiler
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
python -m pip install .
python -m pip install -e .
python -m pip freeze
- name: Tests
shell: "bash -l {0}"
Expand Down

0 comments on commit 02230ac

Please sign in to comment.