Skip to content

Commit

Permalink
[ci] added pip install ./
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed May 20, 2024
1 parent a9b1536 commit 8033300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- run: "python --version"
- run: "python -mpip install -U pip"
- run: "python -mpip --version"
- name: "Install development dependencies"
run: "python -mpip install -r requirements/requirements-dev.txt"
- run: "python -mpip install -r requirements/requirements-dev.txt"
- run: "python -mpip install ./"
- name: "Run tests"
run: "pytest tests/"
env:
Expand Down

0 comments on commit 8033300

Please sign in to comment.