Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
f741f406
Commit
f741f406
authored
Aug 27, 2023
by
Casper
Browse files
Quote on python versions (fix: 3.10 was interpreted as 3.1)
parent
98d874d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
No files found.
.github/workflows/build.yaml
View file @
f741f406
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment