Skip to content

Commit

Permalink
update tox workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 26, 2024
1 parent 50d0db8 commit cba7c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test installation from a wheel
run: |
tox -e wheelinstall --installpkg dist/*-none-any.whl
tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
- name: Upload distribution as a workspace artifact
if: ${{ matrix.upload-wheels }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Test installation from a wheel
run: |
tox -e wheelinstall --installpkg dist/*-none-any.whl
tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
run-ros3-tests: # tox and conda do not play nicely so do not use tox here
name: ${{ matrix.name }}
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ download = True
setenv =
PYTHONDONTWRITEBYTECODE = 1
VIRTUALENV_PIP = 23.3.1
recreate =
pinned, minimum, upgraded, prerelease: False
build, wheelinstall: True # good practice to recreate the environment
install_command =
pinned, minimum, wheelinstall: python -m pip install {opts} {packages}
upgraded: python -m pip install -U {opts} {packages}
Expand Down

0 comments on commit cba7c8c

Please sign in to comment.