We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec7e9d + e8b2357 commit 4f4c781Copy full SHA for 4f4c781
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
python-version: '3.7.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
17
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
18
- name: continous integration
19
+ env:
20
+ ALGORITHMIA_API_KEY: ${{ secrets.PROD_API_KEY }}
21
run : |
22
pip install -r requirements.txt
23
python run_tests.py
0 commit comments