feat: migrate from woodpecker to forgejo actions
All checks were successful
/ test (push) Successful in 2m20s
All checks were successful
/ test (push) Successful in 2m20s
This commit is contained in:
parent
5ce8e2fc56
commit
fc17f0cf9b
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue