Skip to content

Commit fd00e48

Browse files
committed
use Python 3.9 in GA workflow
1 parent 74a9abf commit fd00e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/script_module_list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python environment
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.6"
25+
python-version: '3.9'
2626
- name: flake8 Lint
2727
uses: py-actions/flake8@v2
2828
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v4
3838
with:
39-
python-version: '3.6'
39+
python-version: '3.9'
4040
- name: Install dependencies
4141
run: |
4242
cd scripts/available_software

0 commit comments

Comments
 (0)