This commit is contained in:
parent
89d5d37b6c
commit
2ad840b1cd
@ -38,7 +38,6 @@ jobs:
|
||||
- name: Test Base image
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /tests/base.py
|
||||
|
||||
@ -64,7 +63,6 @@ jobs:
|
||||
- name: Test Jupyter dependencies
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /tests/dependencies.py
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user