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 0a105af commit 8edc0e8Copy full SHA for 8edc0e8
.github/workflows/testing_fastapi.yml
@@ -244,8 +244,7 @@ jobs:
244
fail-fast: false
245
matrix:
246
project_type: ["application", "lib"]
247
- os: [ubuntu-latest, windows-latest]
248
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
249
steps:
250
- uses: actions/checkout@v5
251
- name: install Rust
@@ -265,7 +264,7 @@ jobs:
265
264
working-directory: ${{ env.WORKING_DIR }}
266
run: |
267
python -m pip install -U pip
268
- python -m pip install -r requirements-dev.txt -r requirements.txt
+ python -m pip install -r requirements-dev.txt
269
- name: Pre-commit check
270
271
0 commit comments