Skip to content

Commit

Permalink
added install requirements.txt step to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Jul 24, 2023
1 parent 02f120a commit e0db0a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
cache: 'pip'
run: pip install -r requirements.txt

- name: Install requirements
run: pip install -r requirements.txt

- name: Unit Test
uses: actions/setup-python@v3
run: python -m unittest discover -s ./tests -p '*_test.py'
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
amplitude_analytics~=1.1.1
setuptools~=65.5.1
amplitude_analytics~=1.1.1

0 comments on commit e0db0a7

Please sign in to comment.