Skip to content

Commit

Permalink
fix workflow that tries to use Dockerfile from dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Oct 31, 2023
1 parent 5626629 commit bf923d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-gdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf923d8

Please sign in to comment.