Skip to content

Commit 8edc0e8

Browse files
committed
Fix non-fastapi test runs
1 parent 0a105af commit 8edc0e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testing_fastapi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ jobs:
244244
fail-fast: false
245245
matrix:
246246
project_type: ["application", "lib"]
247-
os: [ubuntu-latest, windows-latest]
248-
runs-on: ${{ matrix.os }}
247+
runs-on: ubuntu-latest
249248
steps:
250249
- uses: actions/checkout@v5
251250
- name: install Rust
@@ -265,7 +264,7 @@ jobs:
265264
working-directory: ${{ env.WORKING_DIR }}
266265
run: |
267266
python -m pip install -U pip
268-
python -m pip install -r requirements-dev.txt -r requirements.txt
267+
python -m pip install -r requirements-dev.txt
269268
- name: Pre-commit check
270269
working-directory: ${{ env.WORKING_DIR }}
271270
run: |

0 commit comments

Comments
 (0)