Skip to content

Commit

Permalink
fix ci syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Oct 12, 2023
1 parent 8edb237 commit f35d257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:

# # Testing on CentOS 7 + PGI compilers, which seems to require more workarounds
# centos-nvhpc7:
if: ${{ false }} # JOB DISABLED (NEEDS WORK): https://github.com/pybind/pybind11/issues/4690
# if: ${{ false }} # JOB DISABLED (NEEDS WORK): https://github.com/pybind/pybind11/issues/4690
# runs-on: ubuntu-latest
# name: "🐍 3 • CentOS7 / PGI 22.9 • x64"
# container: centos:7
Expand Down Expand Up @@ -778,8 +778,8 @@ jobs:
# args: -DCMAKE_CXX_STANDARD=20
# - python: 3.8
# args: -DCMAKE_CXX_STANDARD=17
- python: 3.7
args: -DCMAKE_CXX_STANDARD=14
# - python: 3.7
# args: -DCMAKE_CXX_STANDARD=14


# name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
Expand Down

0 comments on commit f35d257

Please sign in to comment.