We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6530a commit c936435Copy full SHA for c936435
.github/workflows/discorpy_ga.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Upgrade pip on macOS only
39
if: runner.os == 'macOS'
40
- run: python3.8 -m pip install --upgrade pip
+ run: python -m pip install --upgrade pip
41
42
- name: Install dependencies
43
run: |
0 commit comments