Skip to content

Commit

Permalink
change tool chain
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 committed Jul 12, 2024
1 parent 97a6572 commit ed06c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: install gfortran
run: |
yum install -y devtoolset-11-toolchain
yum install -y gcc-toolset-12.x86_64
- name: Compile and install python bindings
run: |
scl enable devtoolset-11 bash
scl enable devtoolset-12 bash
/opt/python/cp311-cp311/bin/python -m pip install .
- name: Test python bindings
Expand Down

0 comments on commit ed06c50

Please sign in to comment.