Skip to content

Commit

Permalink
chore(nightly): improve install message
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-mayonesa committed Nov 5, 2023
1 parent 6e75f03 commit 6f28463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ jobs:
Install locally with:
```bash
python3 -m pip install https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/hexagon-${{ github.sha }}.zip
wget -qO- https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/hexagon-${{ github.sha }}.zip && unzip hexagon-${{ github.sha }}.zip && python3 -m pip install --find-links=. hexagon
```

0 comments on commit 6f28463

Please sign in to comment.