Inex/.gitea/workflows/build.yaml
jblu 0fa6cd658d
Some checks failed
Build Inex Executable / Build (push) Failing after 5m53s
updated build.yaml
2024-07-17 02:36:15 -05:00

13 lines
296 B
YAML

name: Build Inex Executable
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.4'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt