chaostreff.ch/.forgejo/workflows/build.yml

16 lines
285 B
YAML
Raw Normal View History

---
on: push
jobs:
build:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
2023-11-13 23:29:56 +01:00
apt update
apt install --yes python3-pip
2025-01-02 20:54:22 +01:00
pip3 install --break-system-packages -r requirements.txt
./build.py