Skip to content

Commit

Permalink
Try with conda-forge…
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Nov 14, 2024
1 parent 0ebf686 commit 02540d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: actions/checkout@v4
- name: installing system packages
run: |
conda install fftw mpi git-lfs graphviz gsl openssl openmpi "tox<4.0.0" pip setuptools
conda install fftw mpi git-lfs graphviz gsl openssl openmpi pip setuptools
conda install -c conda-forge "tox<4.0.0"
- name: installing macosx packages
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 02540d6

Please sign in to comment.