We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1182dd6 commit c6c137eCopy full SHA for c6c137e
1 file changed
.github/workflows/run_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
python -m ensurepip --upgrade
49
python -m pip install --upgrade pip
50
- python -m pip install .
+ python -m pip install . --verbose 2>&1 | Tee-Object -FilePath install_log.txt
51
52
- name: Generate config files from secrets
53
shell: powershell
0 commit comments