Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Apr 25, 2024
1 parent de39aed commit e98fde0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest hypothesis flake8 requests coverage # CI needs them
pip install .
pip install .[test]
Expand Down

0 comments on commit e98fde0

Please sign in to comment.