Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Feb 12, 2025
1 parent 634fcd9 commit 4eac3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda create -n test python=${{ matrix.python-version }} numpy=${{ matrix.numpy-version }} nomkl
conda create -n test python=${{ matrix.python-version }} numpy=${{ matrix.numpy-version }} nomkl gsl
conda activate test
- name: Display PATH, compiler, python
Expand Down

0 comments on commit 4eac3aa

Please sign in to comment.