From 066c9493950c76792dfdc39fc8b9847541fb3186 Mon Sep 17 00:00:00 2001 From: Dani Bodor Date: Thu, 13 Jun 2024 23:10:21 +0200 Subject: [PATCH] test --- .github/workflows/remote_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remote_build.yml b/.github/workflows/remote_build.yml index e242a6e..6a9f144 100644 --- a/.github/workflows/remote_build.yml +++ b/.github/workflows/remote_build.yml @@ -30,8 +30,8 @@ jobs: - name: Upgrade pip and install dependencies run: | python3 -m pip install --upgrade pip poetry - echo "use remote branch of eitprocessing rather than main" - poetry add git+https://github.com/EIT-ALIVE/eitprocessing.git#${{ inputs.branch }} + echo "--- Using remote branch (${{ inputs.branch }}) of eitprocessing." + # poetry add git+https://github.com/EIT-ALIVE/eitprocessing.git#${{ inputs.branch }} poetry install --with test - name: Run unit tests run: poetry run pytest -v tests/unit_tests