Skip to content

Commit

Permalink
try fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliotux committed Sep 24, 2023
1 parent bf94d14 commit 6455e60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ jobs:
cache-dependency-path: '**/setup.cfg'
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Print Python, pip, setuptools, and tox versions
run: |
python -m pip install --upgrade --quiet pip setuptools tox
python -c "import sys; print(f'Python {sys.version}')"
python -c "import pip; print(f'pip {pip.__version__}')"
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
Expand Down

0 comments on commit 6455e60

Please sign in to comment.