From bf923d8c8b94d2927c6b8ceb58ab5a6132f7d6f0 Mon Sep 17 00:00:00 2001 From: Chenglim Ear Date: Tue, 31 Oct 2023 09:35:49 -0700 Subject: [PATCH] fix workflow that tries to use Dockerfile from dev container --- .github/workflows/verify-gdrive.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-gdrive.yml b/.github/workflows/verify-gdrive.yml index 8e9b020d9..f5c79386b 100644 --- a/.github/workflows/verify-gdrive.yml +++ b/.github/workflows/verify-gdrive.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/checkout@v3 - name: Test pull from gdrive uses: ./.devcontainer - run: | - pip install -r download/requirements.txt - python test_pull_from_gdrive.py + with: + entrypoint: python + args: test_pull_from_gdrive.py - name: Archive pulled files uses: actions/upload-artifact@v3 with: