Skip to content

Commit

Permalink
ci.yml - Remove another g++ specific version.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Aug 1, 2024
1 parent bddfad4 commit e696b3a
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 @@ -42,7 +42,7 @@ jobs:
pip install pytest --upgrade
- name: Install
run: CC=g++-6 pip install .\[tests\] --upgrade
run: CC=g++ pip install .\[tests\] --upgrade

- name: Script
run: |
Expand Down

0 comments on commit e696b3a

Please sign in to comment.