We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7b506 commit 1182dd6Copy full SHA for 1182dd6
1 file changed
.github/workflows/run_tests.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Install ibm_db from source
46
shell: powershell
47
run: |
48
+ python -m ensurepip --upgrade
49
python -m pip install --upgrade pip
50
python -m pip install .
51
0 commit comments