mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-31 22:09:26 +00:00
action
This commit is contained in:
parent
fc74f86d21
commit
37f2cbf8a7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/run-main-branch.yml
vendored
6
.github/workflows/run-main-branch.yml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Git clone
|
- uses: actions/checkout@v1
|
||||||
run: git clone https://github.com/santinic/audiblez.git
|
working-directory: ./audiblegiz
|
||||||
- name: Install audiblez
|
- name: Install audiblez
|
||||||
run: cd audiblez && pip install poetry && poetry install
|
run: pip install poetry && poetry install
|
||||||
- name: Check it runs as module
|
- name: Check it runs as module
|
||||||
run: ./audiblez --help
|
run: ./audiblez --help
|
||||||
- name: check it runs as script
|
- name: check it runs as script
|
||||||
|
|
Loading…
Add table
Reference in a new issue