Skip to content

Commit

Permalink
remote folder
Browse files Browse the repository at this point in the history
0
  • Loading branch information
unkcpz committed Sep 21, 2023
1 parent 7b42ad5 commit 9e482c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/actions/load-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
6 changes: 0 additions & 6 deletions requirements-dev-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e482c3

Please sign in to comment.