From 5a56b2f7851b9ae7476ff2dfb827f90a72ec3bda Mon Sep 17 00:00:00 2001 From: Danny Farrell <16297104+danpf@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:33:06 -0600 Subject: [PATCH] fix oopsie --- .github/workflows/pip.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index a8cde31..a9f76f7 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -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