Skip to content

Commit 0f83e9d

Browse files
authored
Update python-package.yml
1 parent 17f0fbf commit 0f83e9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
test:
1111

1212
runs-on: ubuntu-latest
13-
environment: test
1413
env:
15-
FASTAPI_FF: ${{ secrets.FASTAPI_FF }}
14+
FASTAPI_FF: '{"json_only": False, "file_1": True, "file_2": False, "file_3": True, "file_4": True}'
1615
strategy:
1716
matrix:
1817
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

0 commit comments

Comments
 (0)