Skip to content

Commit f2e9f18

Browse files
committed
Typo
1 parent c7e8291 commit f2e9f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
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: 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
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:

0 commit comments

Comments
 (0)