Compare commits
2 Commits
31e48bbb03
...
0351e55f7c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0351e55f7c | |||
| 59a435c247 |
@@ -12,8 +12,8 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||
- name: Install poetry
|
||||
run: pip install poetry
|
||||
- name: Install poetry package
|
||||
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||
shell: bash
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ venv/
|
||||
/seafile_mirror.conf.yaml
|
||||
__pycache__/
|
||||
*.log
|
||||
tests/ci-test/
|
||||
|
||||
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
ci-test/
|
||||
Reference in New Issue
Block a user