@@ -700,12 +700,6 @@ jobs:
700700 uses : mpi4py/setup-mpi@v1
701701 with :
702702 mpi : msmpi
703- - name : Download dependencies
704- uses : nick-fields/retry@v3
705- with :
706- timeout_minutes : 60
707- max_attempts : 3
708- command : choco install openssl --execution-timeout 3600
709703 - name : Setup ccache
710704 uses : Chocobo1/setup-ccache-action@v1
711705 with :
@@ -754,12 +748,6 @@ jobs:
754748 uses : mpi4py/setup-mpi@v1
755749 with :
756750 mpi : msmpi
757- - name : Download dependencies
758- uses : nick-fields/retry@v3
759- with :
760- timeout_minutes : 60
761- max_attempts : 3
762- command : choco install openssl --execution-timeout 3600
763751 - name : Download installed package
764752 uses : actions/download-artifact@v4
765753 with :
@@ -820,12 +808,6 @@ jobs:
820808 uses : mpi4py/setup-mpi@v1
821809 with :
822810 mpi : msmpi
823- - name : Download dependencies
824- uses : nick-fields/retry@v3
825- with :
826- timeout_minutes : 60
827- max_attempts : 3
828- command : choco install openssl --execution-timeout 3600
829811 - name : Download installed package
830812 uses : actions/download-artifact@v4
831813 with :
@@ -928,12 +910,6 @@ jobs:
928910 uses : mpi4py/setup-mpi@v1
929911 with :
930912 mpi : msmpi
931- - name : Download dependencies
932- uses : nick-fields/retry@v3
933- with :
934- timeout_minutes : 60
935- max_attempts : 3
936- command : choco install openssl --execution-timeout 3600
937913 - name : Download installed package
938914 uses : actions/download-artifact@v4
939915 with :
@@ -978,12 +954,6 @@ jobs:
978954 uses : mpi4py/setup-mpi@v1
979955 with :
980956 mpi : msmpi
981- - name : Download dependencies
982- uses : nick-fields/retry@v3
983- with :
984- timeout_minutes : 60
985- max_attempts : 3
986- command : choco install openssl --execution-timeout 3600
987957 - name : Download installed package
988958 uses : actions/download-artifact@v4
989959 with :
0 commit comments