Skip to content

Commit cee8fe5

Browse files
author
CI
committed
added a requirements.txt for testing
1 parent 8dcbf77 commit cee8fe5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2020
- name: continous integration
2121
run : |
22-
pip install six
22+
pip install -r requirements.txt
2323
python run_tests.py
2424
- name: prepare
2525
run: |

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
algorithmia>=1.7,<2
2+
six

0 commit comments

Comments
 (0)