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