Skip to content

Commit

Permalink
fix: Use py3.11 as it still ships pkg_resources by default which docs…
Browse files Browse the repository at this point in the history
…tr-coverage needs
  • Loading branch information
iwishiwasaneagle committed Feb 22, 2024
1 parent 6b68265 commit 25d649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
cache: "pip"
cache-dependency-path: |
.github/workflows/requirements.docstr-cov.txt
Expand Down

0 comments on commit 25d649f

Please sign in to comment.