Skip to content

Commit

Permalink
test: fixing error with tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Mar 14, 2024
1 parent 8174511 commit dabaf27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test-publish-testPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Tox and any other packages
run: pip install "tox<4"
- name: Run Tox
- name: Install dependencies
run: |
tox -e ${{ matrix.python-version }}
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox

# deploy:
#
Expand Down

0 comments on commit dabaf27

Please sign in to comment.