Skip to content

Commit c6c137e

Browse files
committed
Add CI workflow to run test suite on push to test_dll_issue branch
1 parent 1182dd6 commit c6c137e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m ensurepip --upgrade
4949
python -m pip install --upgrade pip
50-
python -m pip install .
50+
python -m pip install . --verbose 2>&1 | Tee-Object -FilePath install_log.txt
5151
5252
- name: Generate config files from secrets
5353
shell: powershell

0 commit comments

Comments
 (0)