Skip to content

Commit a74a859

Browse files
committed
.
1 parent 8b9d53e commit a74a859

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/third_party.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uv venv .venv
102102
103103
uv pip install -r test-requirements.txt --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
104-
uv pip install "typing-extensions @ ../typing-extensions-latest"
104+
uv pip install -e "typing-extensions @ ../typing-extensions-latest"
105105
106106
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
107107
uv pip list
@@ -135,8 +135,8 @@ jobs:
135135
set -x
136136
uv venv .venv
137137
138-
uv pip install 'pycroscope[tests] @ .' --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
139-
uv pip install "typing-extensions @ ../typing-extensions-latest"
138+
uv pip install -e 'pycroscope[tests] @ .' --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
139+
uv pip install -e "typing-extensions @ ../typing-extensions-latest"
140140
141141
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
142142
uv pip list
@@ -172,8 +172,8 @@ jobs:
172172
set -x
173173
uv venv .venv
174174
175-
uv pip install "typeguard @ ." --group test --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
176-
uv pip install "typing-extensions @ ../typing-extensions-latest"
175+
uv pip install -e "typeguard @ ." --group test --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
176+
uv pip install -e "typing-extensions @ ../typing-extensions-latest"
177177
178178
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
179179
uv pip list
@@ -213,9 +213,9 @@ jobs:
213213
set -x
214214
uv venv .venv
215215
216-
uv pip install "typed-argument-parser @ ." --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
216+
uv pip install -e "typed-argument-parser @ ." --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
217217
uv pip install pytest --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
218-
uv pip install "typing-extensions @ ../typing-extensions-latest"
218+
uv pip install -e "typing-extensions @ ../typing-extensions-latest"
219219
220220
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
221221
uv pip list
@@ -251,7 +251,7 @@ jobs:
251251
252252
uv pip install -r test-requirements.txt --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
253253
uv pip install -e .
254-
uv pip install "typing_extensions @ ../typing-extensions-latest"
254+
uv pip install -e "typing_extensions @ ../typing-extensions-latest"
255255
256256
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
257257
uv pip list

0 commit comments

Comments
 (0)