feat(workflow): Make the setup less painful to write

fix

fix workflow

fix

fix

fix probably now...

fix maybe probably, for sure
This commit is contained in:
Spyridon Siarapis
2026-08-08 00:56:56 +02:00
parent 3aa04bc36c
commit d59cdacd4f
5 changed files with 20 additions and 36 deletions
@@ -25,15 +25,7 @@ jobs:
if: github.repository == 'noctalia-dev/community-plugins'
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: '3.14'
cache: 'pip'
cache-dependency-path: |
.github/workflows/scripts/PyGithub-requirement.txt
- name: Install dependencies
run: pip install -r .github/workflows/scripts/PyGithub-requirement.txt
- uses: $/.github/workflows/setup/pygithub
- name: Notify Authors
env: