We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f0fbf commit 0f83e9dCopy full SHA for 0f83e9d
1 file changed
.github/workflows/python-package.yml
@@ -10,9 +10,8 @@ jobs:
10
test:
11
12
runs-on: ubuntu-latest
13
- environment: test
14
env:
15
- FASTAPI_FF: ${{ secrets.FASTAPI_FF }}
+ FASTAPI_FF: '{"json_only": False, "file_1": True, "file_2": False, "file_3": True, "file_4": True}'
16
strategy:
17
matrix:
18
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
0 commit comments