Skip to content

Commit

Permalink
Add conda install for libgcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Jan 15, 2025
1 parent e06e9a7 commit acec34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
- name: Test with pytest
working-directory: ${{github.workspace}}/tests
run: |
conda install libgcc=5.2.0
python3 -m pytest ./*.py

0 comments on commit acec34c

Please sign in to comment.