Skip to content

Commit

Permalink
.github/workflows/pkgcheck.yml: drop non-working python pin
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Oct 27, 2023
1 parent 460fc0c commit d5f79f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pkgcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,5 @@ 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: '3.11'

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

0 comments on commit d5f79f5

Please sign in to comment.