We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740c0b0 commit 3cf839dCopy full SHA for 3cf839d
.thoth.yaml
@@ -16,13 +16,13 @@ overlays_dir: null
16
virtualenv: false
17
18
runtime_environments:
19
- - name: 'fedora-35'
+ - name: "fedora-35"
20
# Operating system for which the recommendations should be created:
21
operating_system:
22
name: fedora
23
- version: '35'
+ version: "35"
24
# Software configuration of runtime environment:
25
- python_version: '3.10'
+ python_version: "3.10"
26
cuda_version: null
27
# Recommendation type - one of:
28
# * testing
0 commit comments