Skip to content

Commit

Permalink
fix: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 28, 2024
1 parent 6e76391 commit 739009b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:

jobs:
pre-commit:
# this can be changed to `self-hosted` to move to self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]

nox-sessions-matrix-split:
# this can be changed to `self-hosted` to move to self-hosted
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand All @@ -34,7 +32,6 @@ jobs:
needs: nox-sessions-matrix-split
strategy:
matrix: ${{ fromJson(needs.nox-sessions-matrix-split.outputs.matrix) }}
# this can be changed to `self-hosted` to move to self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 739009b

Please sign in to comment.