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
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- name: setup environment
|
- name: setup environment
|
||||||
run: |
|
run: |
|
||||||
apt update; apt install python3-pip
|
apt update; apt install --yes python3-pip
|
||||||
pip3 install -r requirements.txt
|
pip3 install --break-system-packages -r requirements.txt
|
||||||
- name: build map
|
- name: build map
|
||||||
run: |
|
run: |
|
||||||
./generate_map.py \
|
./generate_map.py \
|
||||||
|
|
Loading…
Reference in a new issue