Skip to content

Commit

Permalink
updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ersilia-bot committed Oct 24, 2024
1 parent e4d6dd6 commit 8b4ee0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upload-ersilia-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
- name: Build only AMD64 Image for Testing
id: buildForTestErsiliaPack
continue-on-error: true # Allow this to fail;
uses: docker/[email protected]
with:
context: ../ # We need to go back to the root directory to find the Dockerfile and copy the model repository
Expand All @@ -75,7 +74,6 @@ jobs:
env:
PULL_IMAGE: n
if: steps.buildForTestErsiliaPack.outcome == 'success'
continue-on-error: true # Allow this to fail
run: |
ersilia -v fetch ${{ github.event.repository.name }} --from_dockerhub
ersilia -v serve ${{ github.event.repository.name }}
Expand Down

0 comments on commit 8b4ee0b

Please sign in to comment.