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 cc9fb57 commit e61bb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ jobs:
# container:
# - "centos:7" # GCC 4.8
# - "almalinux:8"
- "almalinux:9"
# - "almalinux:9"

# name: "🐍 3 • ${{ matrix.container }} • x64"
# container: "${{ matrix.container }}"
Expand Down Expand Up @@ -800,7 +800,7 @@ jobs:
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python }}
architecture: x86
# architecture: x86

# - name: Update CMake
# uses: jwlawson/actions-setup-cmake@v1.12
Expand Down

0 comments on commit e61bb56

Please sign in to comment.