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 b02be84 commit 7b60e99Copy full SHA for 7b60e99
.github/workflows/testing.yml
@@ -298,7 +298,7 @@ jobs:
298
- name: Run creation
299
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 3
300
shell: bash
301
- - name: Install Dependencies
+ - name: Compile Rust
302
working-directory: ${{ env.WORKING_DIR }}
303
run: |
304
uv run maturin build
.github/workflows/testing_fastapi.yml
@@ -305,6 +305,10 @@ jobs:
305
306
run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 3
307
308
309
+ working-directory: ${{ env.WORKING_DIR }}
310
+ run: |
311
+ .venv/bin/maturin build
312
- name: Pre-commit check
313
314
0 commit comments