File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments