Skip to content

Commit 9bba29a

Browse files
committed
disable install sde
1 parent a8a07e0 commit 9bba29a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
# uses: mamba-org/setup-micromamba@v1
6161
# with:
6262
# environment-file: environment.yml
63-
- name: Setup SDE
64-
if: startswith(matrix.sys.flags, 'avx512')
65-
run: sh install_sde.sh
63+
# - name: Setup SDE
64+
# if: startswith(matrix.sys.flags, 'avx512')
65+
# run: sh install_sde.sh
6666
- name: Configure build
6767
env:
6868
CC: ${{ env.CC }}

0 commit comments

Comments
 (0)