Skip to content

Commit

Permalink
.github/workflows/pkgcheck.yml: add an extra step to pin python version
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Oct 27, 2023
1 parent 7b33ef3 commit 002e9e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pkgcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1

0 comments on commit 002e9e9

Please sign in to comment.