We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bbab2 commit 4d21b39Copy full SHA for 4d21b39
1 file changed
.github/workflows/python-package.yml
@@ -11,6 +11,8 @@ jobs:
11
12
runs-on: ubuntu-latest
13
environment: test
14
+ env:
15
+ FASTAPI_FF: ${{ secrets.FASTAPI_FF }}
16
strategy:
17
matrix:
18
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
0 commit comments