Skip to content

Commit

Permalink
CI: test install from checkout instead of hard-coded Github url
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 28, 2024
1 parent d9d6305 commit 0b9bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: |
pip install --upgrade pip wheel
- name: Install navis from Github
run: pip install git+https://github.com/navis-org/navis@master
run: pip install -e .[all]
- name: Test import
run: python3 -c "import navis"

0 comments on commit 0b9bacf

Please sign in to comment.