mirror of https://github.com/tiangolo/fastapi.git
fix formatting
This commit is contained in:
parent
90e8bcc14d
commit
002411e05d
|
|
@ -94,9 +94,9 @@ jobs:
|
|||
if: matrix.python-version == '3.8'
|
||||
run: uv pip install "anyio[trio]<4.0.0"
|
||||
- name: Set PYTHON_GIL
|
||||
if: endsWith(matrix.python-version, 't')
|
||||
run: |
|
||||
echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
|
||||
if: endsWith(matrix.python-version, 't')
|
||||
run: |
|
||||
echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
|
||||
- run: mkdir coverage
|
||||
- name: Test
|
||||
run: bash scripts/test.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue