Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,6 @@ jobs:
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Download dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: choco install openssl --execution-timeout 3600
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
with:
Expand Down Expand Up @@ -754,12 +748,6 @@ jobs:
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Download dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: choco install openssl --execution-timeout 3600
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -820,12 +808,6 @@ jobs:
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Download dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: choco install openssl --execution-timeout 3600
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -928,12 +910,6 @@ jobs:
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Download dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: choco install openssl --execution-timeout 3600
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -978,12 +954,6 @@ jobs:
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Download dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: choco install openssl --execution-timeout 3600
- name: Download installed package
uses: actions/download-artifact@v4
with:
Expand Down
Loading