Skip to content

Commit

Permalink
install editable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Mar 7, 2024
1 parent 19ce435 commit e277170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install .[test]
python3 -m pip install -e .[test]
- name: Run ${{ matrix.testbench }}
run: |
Expand Down

0 comments on commit e277170

Please sign in to comment.