From 5e6b6ec2562d3cb57eaaddca7a353a4ac8714910 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Thu, 14 Dec 2023 15:59:23 +0100 Subject: [PATCH] or maybe this one ? --- .github/workflows/pr_slow_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_slow_tests.yml b/.github/workflows/pr_slow_tests.yml index b6a91107..6a946b18 100644 --- a/.github/workflows/pr_slow_tests.yml +++ b/.github/workflows/pr_slow_tests.yml @@ -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 }} @@ -51,4 +51,4 @@ jobs: - name: Run fast optimum-nvidia GPU tests run: | - python -m pytest -s -v -p no:warnings tests \ No newline at end of file + python -m pytest -s -v -p no:warnings tests