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 295a7af commit d080f06Copy full SHA for d080f06
.github/workflows/testing_fastapi.yml
@@ -37,6 +37,8 @@ jobs:
37
uses: dtolnay/rust-toolchain@stable
38
- name: Cache dependencies
39
uses: Swatinem/[email protected]
40
+ - name: Install sqlx-cli
41
+ run: cargo install sqlx-cli --no-default-features -F native-tls -F postgres
42
- name: Install uv
43
run: curl -LsSf https://astral.sh/uv/install.sh | sh
44
- name: Set up Python
0 commit comments