Skip to content

Commit

Permalink
Install the cxx-compiler via conda for tests
Browse files Browse the repository at this point in the history
Seems to be necessary for recent versions of gsl from conda-forge
  • Loading branch information
mstimberg committed Jan 23, 2025
1 parent 92e9b8a commit 00325bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Install Brian2 and dependencies
run: |
conda install --quiet --yes pip gsl
conda install --quiet --yes pip gsl cxx-compiler
python -m pip install .[test]
- name: Determine Cython cache dir
Expand Down

0 comments on commit 00325bb

Please sign in to comment.