Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Jan 8, 2024
1 parent 0e5d902 commit 7c083bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test-cpu:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, "style")}}
if: ${{ !contains(github.event.head_commit.message, 'style')}}
strategy:
matrix:
backend: [finufft, pynfft, pynufft, bart, sigpy]
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

test-gpu:
runs-on: GPU
if: ${{ !contains(github.event.head_commit.message, "style")}}
if: ${{ !contains(github.event.head_commit.message, 'style')}}
strategy:
matrix:
backend: [gpunufft, cufinufft]
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
test-examples:
runs-on: ubuntu-latest
needs: linter-check
if: ${{ !contains(github.event.head_commit.message, 'style')}}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7c083bb

Please sign in to comment.