Skip to content

Commit

Permalink
python -m pip install setuptools for Py212 and Py213
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 8, 2024
1 parent f6a05d5 commit cd80944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m build
- name: Test with tox
run: |
python -m pip install tox tox-gh-actions
python -m pip install tox tox-gh-actions setuptools
tox
- name: Publish to Coveralls with GitHub Action
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit cd80944

Please sign in to comment.