Skip to content

Commit

Permalink
Fix dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Nov 1, 2024
1 parent e0808ac commit af2702f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run:
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade tox tox-gh-actions

python -m pip install --upgrade pip setuptools tox tox-gh-actions
- name: Run tox
run: tox

0 comments on commit af2702f

Please sign in to comment.