chaostreff.ch/.forgejo/workflows/build.yml
s3lph 95fd5940ef
Some checks failed
/ build (push) Successful in 24s
/ upload (push) Failing after 23s
feat: install python in ci container
2023-11-13 23:29:56 +01:00

15 lines
261 B
YAML

---
on: push
jobs:
build:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
apt update
apt install --yes python3-pip
pip3 install -r requirements.txt
./build.py