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
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Git clone
|
||||
run: git clone https://github.com/santinic/audiblez.git
|
||||
- uses: actions/checkout@v1
|
||||
working-directory: ./audiblegiz
|
||||
- name: Install audiblez
|
||||
run: cd audiblez && pip install poetry && poetry install
|
||||
run: pip install poetry && poetry install
|
||||
- name: Check it runs as module
|
||||
run: ./audiblez --help
|
||||
- name: check it runs as script
|
||||
|
|
Loading…
Add table
Reference in a new issue