We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8291 commit f2e9f18Copy full SHA for f2e9f18
.github/workflows/third_party.yml
@@ -323,7 +323,7 @@ jobs:
323
- name: Install uv
324
run: curl -LsSf https://astral.sh/uv/install.sh | sh
325
- 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
+ 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
327
- name: Checkout typing_extensions
328
uses: actions/checkout@v4
329
with:
0 commit comments