Skip to content

Commit

Permalink
Update python-tests.yml to use types-setuptools instead of yanked typ…
Browse files Browse the repository at this point in the history
…es-pkg_resources
  • Loading branch information
sarkafa authored Aug 12, 2024
1 parent deb5de7 commit 56eef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U flake8 ruff pytest pytest-doctestplus pytest-pylint pytest-mypy
pip install -U types-pkg_resources
pip install -U types-setuptools
pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 56eef83

Please sign in to comment.