CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit dcbc0fe415 - Show all commits

View File

@ -5,7 +5,6 @@ type: docker
pipeline:
unittest:
image: python
group: test
commands:
- pip install -r requirements_test.txt
- ./scripts/drone/setup.sh
@ -13,7 +12,6 @@ pipeline:
lint:
image: python
group: test
commands:
- pip install -r requirements_test.txt
- ./scripts/drone/lint.sh