Skip to content

Commit

Permalink
Update pytest workflow and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 15, 2024
1 parent 0cdea90 commit 470ff20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt # If you have other dependencies
pip install -e .
- name: Run tests
env:
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ GitPython
requests
pyyaml
typing-extensions
questionary
mixpanel
tomlkit
pathspec
httpx
httpx
packaging

0 comments on commit 470ff20

Please sign in to comment.