Skip to content

Commit

Permalink
test skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Dec 11, 2024
1 parent 752ed48 commit 0e3cdc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,21 @@ jobs:
fi
done
echo "Skip patterns: $skip_patterns"
echo "Final decision: $should_run"
echo "should_run=$should_run" >> $GITHUB_OUTPUT
test:
needs: should-run
if: needs.should-run.outputs.run == 'true'
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
continue-on-error: true

env:
NUMBA_CACHE_DIR: /tmp/numba-cache

strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
python-version: ["3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 0e3cdc7

Please sign in to comment.