Skip to content

Commit d81da10

Browse files
authored
Merge pull request #225 from galacticcouncil/jepidoptera-patch-4
Fix Python version in workflow to 3.10
2 parents 2212f1e + 9b42133 commit d81da10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.190"
22+
python-version: "3.10"
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)