Skip to content

Commit

Permalink
Update pip3 install command to use --editable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 9, 2024
1 parent fff554f commit cc79306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# dependencies of cypari2
pip3 install wheel setuptools
pip3 install --no-build-isolation git+https://github.com/sagemath/cypari2.git
pip3 install --no-build-isolation . -v
pip3 install --no-build-isolation --editable . -v
- name: Test
run: |
Expand Down

0 comments on commit cc79306

Please sign in to comment.