Skip to content

Commit

Permalink
removing use develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Mar 6, 2023
1 parent df65294 commit 702a034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox py
run: tox -e py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ skipsdist=True
deps=
pytest==6.2.1
pytest-mock==3.0.0
usedevelop=True
usedevelop=False
commands=
pytest
"""

0 comments on commit 702a034

Please sign in to comment.