More fiddling

This commit is contained in:
Ross Wightman 2023-10-12 09:14:37 -07:00
parent d2d8066140
commit 46a5807aa6

View File

@ -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: