Skip to content

Commit

Permalink
build: Update publish-to-pypi.yml with amplitude_analytics dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Aug 21, 2023
1 parent 62884fd commit 654b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: 3.7

- name: Install dependencies
run: python -m pip install build setuptools wheel twine python-semantic-release
run: python -m pip install build setuptools wheel twine python-semantic-release amplitude_analytics

- name: Run Test
run: python -m unittest discover -s ./tests -p '*_test.py'
Expand Down

0 comments on commit 654b9f0

Please sign in to comment.