Skip to content

Commit 4d2b13f

Browse files
authored
fix s3 download for PT 1.8 (#5840)
* fix s3 download for PT 1.8
1 parent f83cca6 commit 4d2b13f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci_test-conda.yml

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- name: Pull checkpoints from S3
4141
# todo: consider adding coma caching, but ATM all models have less then 100KB
4242
run: |
43-
# todo: remove unzip install after new nigtly docker is created
44-
apt-get update -qq
45-
apt-get install -y --no-install-recommends unzip
4643
# enter legacy and update checkpoints from S3
4744
cd legacy
4845
curl https://pl-public-data.s3.amazonaws.com/legacy/checkpoints.zip --output checkpoints.zip

0 commit comments

Comments
 (0)