From 9e482c3eb97640a99ea58dddd2082b27d5699a4b Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Thu, 21 Sep 2023 12:54:07 +0200 Subject: [PATCH] remote folder 0 --- .github/actions/load-image/action.yml | 6 +++--- requirements-dev-arm64.txt | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/actions/load-image/action.yml b/.github/actions/load-image/action.yml index 5909cdd5..598c17f9 100644 --- a/.github/actions/load-image/action.yml +++ b/.github/actions/load-image/action.yml @@ -19,13 +19,13 @@ runs: uses: actions/download-artifact@v3 with: name: ${{ inputs.image }}-${{ inputs.architecture }} - path: /tmp/ + path: /tmp/aiidalab - name: Load downloaded image to docker 📥 run: | - docker load --input /tmp/${{ inputs.image }}-${{ inputs.architecture }}.tar + docker load --input /tmp/aiidalab/${{ inputs.image }}-${{ inputs.architecture }}.tar docker image ls --all shell: bash - name: Delete the file 🗑️ - run: rm -f /tmp/${{ inputs.image }}-${{ inputs.architecture }}.tar + run: rm -f /tmp/aiidalab/${{ inputs.image }}-${{ inputs.architecture }}.tar shell: bash if: always() diff --git a/requirements-dev-arm64.txt b/requirements-dev-arm64.txt index 5c8cd58a..68eeb66b 100644 --- a/requirements-dev-arm64.txt +++ b/requirements-dev-arm64.txt @@ -9,9 +9,3 @@ pytest-docker doit dunamai pyyaml<=5.3.1 - -# test dependencies same runner qe -pytest-selenium -pytest-html<4.0 -selenium~=4.9.0 -webdriver-manager