Skip to content

Commit

Permalink
chore: add requirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Dec 20, 2024
1 parent 9201cb5 commit 41d1600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: python -m pip install build setuptools wheel twine amplitude_analytics parameterized python-dotenv~=0.21.1 python-semantic-release==7.34.6

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

- name: Run Test
env:
API_KEY: ${{ secrets.API_KEY }}
Expand Down

0 comments on commit 41d1600

Please sign in to comment.