Skip to content

Commit

Permalink
update download
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Dec 23, 2023
1 parent ee7da79 commit a464f0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_tartan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ jobs:
- name: Untar artifacts
run: |
ls
tar -xvzf new_tartan.tar.gz
ls #new_tartan.tar.gz
#tar -xvzf new_tartan.tar.gz
ls new_tartan.tar.gz
cd new_tartan.tar.gz
ls
- name: Build vgg and resnet
uses: ./.github/actions/build_vgg_resnet_action
Expand Down

0 comments on commit a464f0b

Please sign in to comment.