Skip to content

Commit bf6f992

Browse files
authored
Change Python version from 3.10 to 3.8
1 parent 2def67d commit bf6f992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.10
16+
- name: Set up Python 3.8
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.8"
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)