This commit is contained in:
parent
7b3e5ab327
commit
0fa6cd658d
@ -1,7 +1,13 @@
|
|||||||
steps:
|
name: Build Inex Executable
|
||||||
- uses: actions/checkout@v4
|
on: [push]
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
jobs:
|
||||||
python-version: '3.12.4'
|
Build:
|
||||||
cache: 'pip' # caching pip dependencies
|
runs-on: ubuntu-latest
|
||||||
- run: pip install -r requirements.txt
|
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
|
Loading…
x
Reference in New Issue
Block a user