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 1903a54 commit 8432668
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 @@ -65,7 +65,7 @@ jobs:

- name: Run Papermill
run: |
docker run --name abi-execution -it --platform linux/amd64 ghcr.io/${{ github.repository }}/abi:latest ls
docker run --name abi-execution -i --platform linux/amd64 ghcr.io/${{ github.repository }}/abi:latest ls
mkdir output
docker cp abi-execution:/app/__pipeline__.ipynb ./output/__pipeline__.ipynb
Expand Down

0 comments on commit 8432668

Please sign in to comment.