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 8620bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install coverage==${{ matrix.coverage}} && pip install . && pip install -r requirements-dev.txt
run: pip install setuptools coverage==${{ matrix.coverage}} && pip install . && pip install -r requirements-dev.txt
- name: Run tests
run: python -m pytest

0 comments on commit 8620bc9

Please sign in to comment.