Skip to content

Commit 9b46834

Browse files
committed
Add CI workflow to run test suite on push to test_dll_issue branch
1 parent ef0ed8a commit 9b46834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

45-
- name: Install ibm_db from source
45+
- name: Install ibm_db
4646
shell: powershell
4747
run: |
4848
$ErrorActionPreference = "Continue"
4949
python -m ensurepip --upgrade
5050
python -m pip install --upgrade pip
51-
python -m pip install . --verbose
51+
python -m pip install ibm_db
5252
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
5353
5454
- name: Generate config files from secrets

0 commit comments

Comments
 (0)