Files
community-plugins/.github/workflows/setup/pygithub/action.yml
T
Workflow config file is invalid. Please check your config file: invalid jobs: input node is not a mapping node
Spyridon Siarapis d59cdacd4f feat(workflow): Make the setup less painful to write
fix

fix workflow

fix

fix

fix probably now...

fix maybe probably, for sure
2026-08-08 00:56:56 +02:00

17 lines
435 B
YAML

name: 'Setup PyGithub'
runs:
using: 'composite'
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
shell: bash
run: pip install -r .github/workflows/scripts/PyGithub-requirement.txt