Compare commits

...

2 Commits

Author SHA1 Message Date
0351e55f7c split runs in action
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 53s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 30s
Test suites / reuse (pull_request) Successful in 7s
2024-01-16 16:25:22 +01:00
59a435c247 fix reuse/gitignore 2024-01-16 16:25:11 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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
View File

@@ -8,3 +8,4 @@ venv/
/seafile_mirror.conf.yaml
__pycache__/
*.log
tests/ci-test/

1
tests/.gitignore vendored
View File

@@ -1 +0,0 @@
ci-test/