From df3510750c6946bb2b17242fc82ac7dc093d23c8 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:28:16 +0200 Subject: [PATCH] Github Actions CI: no more Docker clean or build --- .github/workflows/test-eynollah.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index 05d1274..296d9c9 100644 --- a/.github/workflows/test-eynollah.yml +++ b/.github/workflows/test-eynollah.yml @@ -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