Skip to content

Commit 70cec91

Browse files
authored
Add logging for third party installs (#436)
1 parent e239100 commit 70cec91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/third_party.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
run: curl -LsSf https://astral.sh/uv/install.sh | sh
111111
- name: Install typing_inspect test dependencies
112112
run: |
113+
set -x
113114
cd typing_inspect
114115
uv pip install --system -r test-requirements.txt --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
115116
- name: Install typing_extensions latest
@@ -158,6 +159,7 @@ jobs:
158159
run: curl -LsSf https://astral.sh/uv/install.sh | sh
159160
- name: Install pyanalyze test requirements
160161
run: |
162+
set -x
161163
cd pyanalyze
162164
uv pip install --system 'pyanalyze[tests] @ .' --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
163165
- name: Install typing_extensions latest
@@ -206,6 +208,7 @@ jobs:
206208
run: curl -LsSf https://astral.sh/uv/install.sh | sh
207209
- name: Install typeguard test requirements
208210
run: |
211+
set -x
209212
cd typeguard
210213
uv pip install --system "typeguard[test] @ ." --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
211214
- name: Install typing_extensions latest
@@ -259,6 +262,7 @@ jobs:
259262
git config --global user.name "Your Name"
260263
- name: Install typed-argument-parser test requirements
261264
run: |
265+
set -x
262266
cd typed-argument-parser
263267
uv pip install --system "typed-argument-parser @ ." --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
264268
uv pip install --system pytest --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
@@ -308,6 +312,7 @@ jobs:
308312
run: curl -LsSf https://astral.sh/uv/install.sh | sh
309313
- name: Install mypy test requirements
310314
run: |
315+
set -x
311316
cd mypy
312317
uv pip install --system -r test-requirements.txt --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
313318
uv pip install --system -e .

0 commit comments

Comments
 (0)