Skip to content

Commit

Permalink
test: install dependencies from pyproject.toml too
Browse files Browse the repository at this point in the history
  • Loading branch information
asdofindia committed Oct 22, 2023
1 parent 5a86236 commit 8688ab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Till https://github.com/pypa/pip/issues/11440#issuecomment-1445119899
# is implemented we can only do pip install .
pip install .
pip install -r test-requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 8688ab1

Please sign in to comment.