Skip to content

Commit 4f4c781

Browse files
author
CI
committed
Merge branch 'develop' of github.com:algorithmiaio/algorithmia-adk-python into develop
2 parents 9ec7e9d + e8b2357 commit 4f4c781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: '3.7.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1717
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
1818
- name: continous integration
19+
env:
20+
ALGORITHMIA_API_KEY: ${{ secrets.PROD_API_KEY }}
1921
run : |
2022
pip install -r requirements.txt
2123
python run_tests.py

0 commit comments

Comments
 (0)