Skip to content

Commit

Permalink
Specify numpy version in pr_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie-Pierre Etienne committed Aug 21, 2024
1 parent 396d5dc commit 26b316c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
Rscript -e "install.packages(c('tictoc', 'nimble', 'ggmcmc', 'compareMCMCs', 'nimbleHMC', 'mvtnorm'))"
- name: Additional Python packages
run: pip install torch torch_geometric numpy scikit-learn scikit-network networkx matplotlib tqdm openpyxl pandas
run: |
pip install torch torch_geometric
pip install numpy==1.26.1
pip install scikit-learn scikit-network networkx matplotlib tqdm openpyxl pandas
- name: Render website
run: "quarto render"

0 comments on commit 26b316c

Please sign in to comment.