mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-10 04:39:54 +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 "/usr/local/share/boost"
|
||||||
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
df -h
|
df -h
|
||||||
docker rmi $(docker images -q)
|
|
||||||
df -h
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
id: model_cache
|
id: model_cache
|
||||||
|
@ -41,9 +39,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .[OCR,plotting]
|
make install EXTRAS=OCR,plotting
|
||||||
pip install -r requirements-test.txt
|
make deps-test
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: make test
|
run: make test
|
||||||
- name: Test docker build
|
|
||||||
run: make docker
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue