From 58e48fc1c3482f6030ab98b03a446c82df43047c Mon Sep 17 00:00:00 2001 From: hab <_@habnab.it> Date: Mon, 28 Oct 2024 01:42:15 -0700 Subject: [PATCH] hopefully --- .github/workflows/pytest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 709d442..c01ff3b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,11 +8,11 @@ on: jobs: build-wheels: - uses: habnabit/passacre/.github/workflows/build-wheels.yml@nearly-1.0 + uses: ./.github/workflows/build-wheels.yml linux: runs-on: 'ubuntu-latest' - needs: ['build-wheels'] + needs: ['build-wheels.linux'] strategy: matrix: python-version: @@ -55,7 +55,7 @@ jobs: macos: runs-on: ${{ matrix.runner }} - needs: ['build-wheels'] + needs: ['build-wheels.macos'] strategy: matrix: runner: @@ -91,7 +91,7 @@ jobs: windows: runs-on: 'windows-latest' - needs: ['build-wheels'] + needs: ['build-wheels.windows'] strategy: matrix: python-version: