We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0ed8a commit 9b46834Copy full SHA for 9b46834
1 file changed
.github/workflows/run_tests.yml
@@ -42,13 +42,13 @@ jobs:
42
with:
43
python-version: ${{ matrix.python-version }}
44
45
- - name: Install ibm_db from source
+ - name: Install ibm_db
46
shell: powershell
47
run: |
48
$ErrorActionPreference = "Continue"
49
python -m ensurepip --upgrade
50
python -m pip install --upgrade pip
51
- python -m pip install . --verbose
+ python -m pip install ibm_db
52
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
53
54
- name: Generate config files from secrets
0 commit comments