Skip to content

Commit

Permalink
Updated package installation instructions in CI (#15)
Browse files Browse the repository at this point in the history
- Fixes #7
  • Loading branch information
ianmkenney authored Aug 25, 2023
1 parent dc727dd commit 639460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install package
run: |
python --version
python -m pip install . --no-deps
python -m pip install -e . --no-deps
- name: Python information
run: |
Expand Down

0 comments on commit 639460d

Please sign in to comment.