From f35d257aec3a0bf4286cb88e6bfea4fb7fb6d852 Mon Sep 17 00:00:00 2001 From: Eric Cousineau Date: Thu, 12 Oct 2023 19:52:30 -0400 Subject: [PATCH] fix ci syntax err --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3463c87229..348335aa96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 }}"