Skip to content

Commit f3ebe36

Browse files
committed
Update CI-e2e.yml
1 parent ca698e6 commit f3ebe36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Clone and patch mock-worker
2222
run: |
2323
git clone https://github.com/runpod-workers/mock-worker
24-
cd mock-worker && echo "git+https://github.com/runpod/runpod-python.git@${{ github.sha }}" > builder/requirements.txt
24+
echo "git+https://github.com/runpod/runpod-python.git@${{ github.sha }}" > mock-worker/builder/requirements.txt
2525
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v2
@@ -40,6 +40,7 @@ jobs:
4040
run: echo "DOCKER_TAG=${{ github.sha }}" >> $GITHUB_ENV
4141

4242
- name: Print Directory
43+
working-directory: mock-worker
4344
run: cd mock-worker && ls -la
4445

4546
- name: Build and push Docker image

0 commit comments

Comments
 (0)