mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
Github Actions CI: no more Docker clean or build
This commit is contained in:
parent
45e3ab9692
commit
df3510750c
1 changed files with 2 additions and 6 deletions
8
.github/workflows/test-eynollah.yml
vendored
8
.github/workflows/test-eynollah.yml
vendored
|
@ -23,8 +23,6 @@ jobs:
|
|||
sudo rm -rf "/usr/local/share/boost"
|
||||
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||
df -h
|
||||
docker rmi $(docker images -q)
|
||||
df -h
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
id: model_cache
|
||||
|
@ -41,9 +39,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[OCR,plotting]
|
||||
pip install -r requirements-test.txt
|
||||
make install EXTRAS=OCR,plotting
|
||||
make deps-test
|
||||
- name: Test with pytest
|
||||
run: make test
|
||||
- name: Test docker build
|
||||
run: make docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue