Skip to content

Commit

Permalink
.github/workflows/pkgcheck.yml: attempt to workaround python-3.12 fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
trofi committed Oct 27, 2023
1 parent 9da8d77 commit 7f7e46a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:

- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
# Workaround runner failures on python-3.12:
# https://github.com/pkgcore/pkgcheck-action/issues/13
uses: actions/setup-python@v4
with:
python-version: 'pypy3.11'

0 comments on commit 7f7e46a

Please sign in to comment.