Skip to content

Commit

Permalink
make sure tox is installed in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaplantest committed Nov 27, 2024
1 parent 2c9f049 commit c28bd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Print Python, pip, and tox versions
shell: bash -el {0}
run: |
python -c "import sys; print(f'Python {sys.version}')"
python -c "import pip; print(f'pip {pip.__version__}')"
Expand Down

0 comments on commit c28bd49

Please sign in to comment.