Skip to content

Commit

Permalink
fix literal
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint committed Sep 17, 2024
1 parent 49e46e6 commit 9216b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
verbose: 2

- name: Install CUDA toolkit
if: ${{ matrix.device == "cuda" }}
if: ${{ matrix.device == 'cuda' }}
uses: Jimver/cuda-toolkit@v0.2.11
with:
cuda: "12.2.0"
Expand All @@ -90,7 +90,7 @@ jobs:
run: pip install .[ci]

- name: Test in Ubuntu
if: ${{ matrix.device == "cpu" }} # currently GPU runner is not supported
if: ${{ matrix.device == 'cpu' }} # currently GPU runner is not supported
run: |
OMP_PROC_BIND=false ninja test -C build -j $(nproc)
Expand Down

0 comments on commit 9216b63

Please sign in to comment.