Skip to content

Commit

Permalink
or maybe this one ?
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Dec 14, 2023
1 parent 583c29d commit 5e6b6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_slow_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cuda_arch: [sm_86, sm_89]

name: ${{ matrix.config.name }}
runs-on: [ci, nvidia-gpu, ${{ matrix.config.cuda_arch }}]
runs-on: [ci, nvidia-gpu, '${{ matrix.config.cuda_arch' }}]

container:
image: ${{ matrix.config.image }}
Expand All @@ -51,4 +51,4 @@ jobs:
- name: Run fast optimum-nvidia GPU tests
run: |
python -m pytest -s -v -p no:warnings tests
python -m pytest -s -v -p no:warnings tests

0 comments on commit 5e6b6ec

Please sign in to comment.