Files
GDMC-2024/.github/workflows/gdmc.yml
Simon Pribylski f08e5e4eca
Some checks failed
Linux arm64 / Build (push) Failing after 3s
Update .github/workflows/gdmc.yml
2024-10-02 14:02:34 +00:00

21 lines
440 B
YAML

name: Linux arm64
run-name: Run genaration
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Pip
run: |
sudo apt install python3-virtualenv
virtualenv --python=python3 pythonenv
source pythonenv/bin/activate
pip install -r requirements.txt
- name: Run
run: python3 main.py