feat: migrate from woodpecker to forgejo actions
All checks were successful
/ test (push) Successful in 2m20s

This commit is contained in:
s3lph 2023-11-28 23:35:23 +01:00
parent 5ce8e2fc56
commit fc17f0cf9b
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -10,8 +10,8 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: setup environment
run: |
apt update; apt install python3-pip
pip3 install -r requirements.txt
apt update; apt install --yes python3-pip
pip3 install --break-system-packages -r requirements.txt
- name: build map
run: |
./generate_map.py \