Skip to content

Commit

Permalink
fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 16, 2023
1 parent 0a13928 commit 5a56b2f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ jobs:
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.8", "3.11", "3.12", "pypy-3.8"]
# include:
# - os: windows-latest
# cc: gcc
# cxx: g++
# shell: 'msys2 {0}'
runs-on: ${{ matrix.os }}
defaults:
run:
shell: ${{ matrix.shell }}
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
ARCH: ${{ matrix.arch }}
CMAKE_ARGS: ${{ matrix.cmake_args }}


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a56b2f

Please sign in to comment.