Skip to content

Commit

Permalink
CI: Fix pkg_resources package on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 15, 2024
1 parent 00756f5 commit a7385b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Fix pkg_resources # https://stackoverflow.com/q/7446187/284318
run: sudo apt-get install --reinstall -y python-pkg-resources
- name: Install dependencies
run: pip install coverage==${{ matrix.coverage}} && pip install . && pip install -r requirements-dev.txt
- name: Run tests
Expand Down

0 comments on commit a7385b0

Please sign in to comment.