-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure dev dependencies are installed in CI; update MIT badge
- Loading branch information
1 parent
f7706a0
commit a31ce91
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
pip install pyfftw colorcet wandb pandas plotly plumed 'numpy<2.0.0' | ||
pip install --no-cache-dir git+https://github.com/i-pi/[email protected] | ||
pip install git+https://github.com/acesuit/[email protected] | ||
pip install 'psiflow @ git+https://github.com/molmod/psiflow.git' | ||
pip install 'psiflow[dev] @ git+https://github.com/molmod/psiflow.git' | ||
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow | ||
cd psiflow | ||
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters