install package inside step
This commit is contained in:
@@ -58,7 +58,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.gitea/actions/poetrybuild
|
# - uses: ./.gitea/actions/poetrybuild
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip install poetry
|
||||||
|
poetry install --no-interaction
|
||||||
- name: Try to run app
|
- name: Try to run app
|
||||||
run: poetry run seafile-mirror --help
|
run: poetry run seafile-mirror --help
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user