From 46a5807aa67d46399d7e0392cc4e9a7379414131 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 12 Oct 2023 09:14:37 -0700 Subject: [PATCH] More fiddling --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa241477..b161f4af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,9 @@ jobs: include: - torch: {base: '2.1.0', vision: '0.16.0'} python: '3.11' - testmarker: ${{ env.MARK }} + testmarker: ${{ fromJSON(env.MARK) }} os: ubuntu-latest - testmarker: ${{ env.MARK }} + testmarker: ${{ fromJSON(env.MARK) }} runs-on: ${{ matrix.os }} steps: