Skip to content

Commit c0778ed

Browse files
committed
change python version in CI
1 parent 766b175 commit c0778ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.7
14+
- name: Set up Python 3.9
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.7
17+
python-version: 3.9
1818
- name: Install dependencies
1919
run: |
2020
sudo apt install libcurl4-openssl-dev

0 commit comments

Comments
 (0)