Skip to content

Commit

Permalink
[ci] don't use editable installation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Dec 21, 2023
1 parent b7fd4ae commit a870832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
use-mamba: true
- name: Install
run: |
pip install -e . -v
pip install . -v
- name: Tests
run: |
python -m pip install pytest-allclose pytest-mock
Expand Down

0 comments on commit a870832

Please sign in to comment.