Commit f741f406 authored by Casper's avatar Casper
Browse files

Quote on python versions (fix: 3.10 was interpreted as 3.1)

parent 98d874d1
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-20.04] os: [windows-latest, ubuntu-20.04]
python-version: [3.8, 3.9, 3.10, 3.11] python-version: ["3.8", "3.9", "3.10", "3.11"]
cuda: ["11.8"] cuda: ["11.8"]
defaults: defaults:
run: run:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment