Skip to content

Commit

Permalink
ci: no editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 16, 2024
1 parent 6eadcd6 commit fa47f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install coverage flake8 pytest
# install dependencies
pip install -e .[dev]
pip install .[dev]
# show installed packages
pip freeze
- name: install oldest supported numpy for Python 3.6
Expand Down

0 comments on commit fa47f9d

Please sign in to comment.