Skip to content

Commit

Permalink
ci(nix): make skip helper python version match the non-skipped job (#…
Browse files Browse the repository at this point in the history
…10568)

This PR should allow jobs to complete again.
  • Loading branch information
cpcloud authored Dec 9, 2024
1 parent f832547 commit 35bd10e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- os: ubuntu-arm64-24.04
python-version: "3.12"
- os: macos-14
python-version:
- "3.10"
- "3.12"
python-version: "3.12"
steps:
- run: echo "No build required"

0 comments on commit 35bd10e

Please sign in to comment.