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.
1 parent 5237abf commit e8b2357Copy full SHA for e8b2357
.github/workflows/deploy.yml
@@ -18,6 +18,8 @@ jobs:
18
python-version: '3.7.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
19
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
20
- name: continous integration
21
+ env:
22
+ ALGORITHMIA_API_KEY: ${{ secrets.PROD_API_KEY }}
23
run : |
24
pip install -r requirements.txt
25
python run_tests.py
0 commit comments