Skip to content

Commit

Permalink
Let tox to upgrade pip/setuptools/venv
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Apr 10, 2024
1 parent fb7a586 commit 980b50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Run tests
run: tox -e py
run: tox -e py3

build:
name: Build snap
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[tox]
envlist = py3
skipsdist = true
download = true

[testenv]
install_command = pip install {opts} {packages}
Expand Down

0 comments on commit 980b50e

Please sign in to comment.