Skip to content

Commit 4f6ee6e

Browse files
committed
Use Python 3.10, update pip before pip installing
1 parent 4eaabd9 commit 4f6ee6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pyhc_env_pipeline_workflow.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v2
1515

16-
- name: Set up Python 3.9
16+
- name: Set up Python 3.10
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.10'
20+
21+
- name: Upgrade pip
22+
run: pip install --upgrade pip
2023

2124
- name: Install Pipeline Dependencies
2225
run: |

0 commit comments

Comments
 (0)