Skip to content

Commit

Permalink
test fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Jun 12, 2024
1 parent acfa0dd commit b968fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: /tmp/venv/bin/python -m pip install --upgrade pip hatch coverage

- name: Install `setuptools` on systems where it is missing by default
run: sudo apt-get install --reinstall python-pkg-resources
run: sudo apt install --reinstall python3-pkg-resources python3-setuptools
if: matrix.is == 'ubuntu-24.04'

- name: Install `setuptools` on systems where it is missing by default
Expand Down

0 comments on commit b968fb1

Please sign in to comment.