Skip to content

Commit f0052e9

Browse files
committed
Yml file apparently needs quotes around '3.10'.
1 parent eacf6fd commit f0052e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/astronomy-engine-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.10
21+
python-version: '3.10'
2222
- name: Install Python tools
2323
run: python -m pip install --upgrade pip && pip install mypy
2424
- name: Install documentation tools Linux

0 commit comments

Comments
 (0)