Skip to content

Commit

Permalink
try fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jul 19, 2022
1 parent b940149 commit 083c6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install tox tox-gh-actions
python3 -m pip install -e ".[dev]"
- name: Test with tox
run: tox
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ python =
3.9: py39
[testenv]
install_command=
python3 -m pip install -e ".[dev]"
deps = pytest
extras = dev
allowlist_externals = sh
Expand Down

0 comments on commit 083c6be

Please sign in to comment.