No description
Find a file
2026-02-20 15:27:49 +01:00
.forgejo/workflows separate venv from install, remove automatic install from build 2026-02-20 15:27:49 +01:00
build separate venv from install, remove automatic install from build 2026-02-20 15:27:49 +01:00
install separate venv from install, remove automatic install from build 2026-02-20 15:27:49 +01:00
venv separate venv from install, remove automatic install from build 2026-02-20 15:27:49 +01:00
README.md separate venv from install, remove automatic install from build 2026-02-20 15:27:49 +01:00

Python Actions

Python-related actions for Forgejo, most likely compatible with Gitea and maybe GitHub as well.

Usage

All actions are specified to have easy-to-remember URLs, that can be used in the steps of a job. For example:

# ...

jobs:
    example:
        runs-on: docker
        steps:
          - uses: https://forgejo.parcifal.dev/actions/python/install@v2