Skip to content

Commit c7e8291

Browse files
committed
Add changes from review
1 parent d285526 commit c7e8291

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
- name: Install uv
324324
run: curl -LsSf https://astral.sh/uv/install.sh | sh
325325
- name: Checkout sqlalchemy
326-
run: for i in {1..2}; do git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git && break; done
326+
run: git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git && git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git
327327
- name: Checkout typing_extensions
328328
uses: actions/checkout@v4
329329
with:
@@ -342,8 +342,6 @@ jobs:
342342
tox -e github-nocext \
343343
--force-dep "typing-extensions @ file://$(pwd)/../typing-extensions-latest" \
344344
-- -q --nomemory --notimingintensive
345-
env:
346-
TOX_WORKERS: -n4
347345
348346
create-issue-on-failure:
349347
name: Create an issue if daily tests failed

0 commit comments

Comments
 (0)