We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935e0d commit 256ac9dCopy full SHA for 256ac9d
.github/workflows/tutorial_exporter.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v5
25
with:
26
- python-version: 3.10
+ python-version: '3.10'
27
28
- name: Install dependencies
29
run: |
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments