Skip to content

Commit

Permalink
ci: working on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jul 24, 2024
1 parent 1717fe9 commit 19798f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: docker push ghcr.io/${{ github.repository }}/abi:latest

- name: Run Papermill
run: docker run --rm -it --platform linux/amd64 ghcr.io/${{ github.repository }}/abi:latest papermill main.ipynb output.ipynb
run: docker run --rm --platform linux/amd64 ghcr.io/${{ github.repository }}/abi:latest papermill main.ipynb output.ipynb

0 comments on commit 19798f7

Please sign in to comment.