Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix test deps (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Sep 2, 2021
1 parent d5331d2 commit f9fbc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: pip install -U -r requirements-dev.txt
- run: pip install -U -r requirements-dev.txt .[ssh]
- run: pytest
- uses: codecov/codecov-action@v1
deploy:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mock
pytest
pytest-cov
pytest-mock
pytest-timeout
sshfs>=2021.7.1

0 comments on commit f9fbc1c

Please sign in to comment.