Skip to content

Commit

Permalink
fix circleci for the new tox path in the infra containers (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 11, 2022
1 parent b3f6c32 commit b7232f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
image: <<parameters.image>>
- docker-run:
image: <<parameters.image>>
command: tox -e <<parameters.toxenv>>
command: /venv/bin/tox -e <<parameters.toxenv>>
linux-arm64-wheel:
machine:
image: ubuntu-2004:current
Expand Down

0 comments on commit b7232f8

Please sign in to comment.