Skip to content

Commit

Permalink
Add conda install for libgcc
Browse files Browse the repository at this point in the history
libgcc 7.2.0
  • Loading branch information
sbaldu committed Jan 15, 2025
1 parent b6794d0 commit 3ce0a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Test with pytest
working-directory: ${{github.workspace}}/tests
run: |
conda install -c conda-forge gcc_linux-64 gxx_linux-64
strings $(conda info --base)/lib/libstdc++.so.6 | grep GLIBCXX
python3 -m pytest ./*.py

0 comments on commit 3ce0a27

Please sign in to comment.