Skip to content

Commit fd89b52

Browse files
committed
Do nothing
1 parent c9bee83 commit fd89b52

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/mcstas-conda-nightly.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ jobs:
2424
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2525
- { os: windows-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'msmpi' }
2626

27-
- name: Setup mamba
28-
uses: mamba-org/setup-micromamba@v2
29-
with:
30-
environment-file: environment.yml
31-
init-shell: >-
32-
bash
33-
powershell
34-
cache-environment: true
35-
post-cleanup: 'all'
27+
# - name: Setup mamba
28+
# uses: mamba-org/setup-micromamba@v2
29+
# with:
30+
# environment-file: environment.yml
31+
# init-shell: >-
32+
# bash
33+
# powershell
34+
# cache-environment: true
35+
# post-cleanup: 'all'
3636

37-
- name: Import numpy in micromamba environment (bash)
38-
run: python -c "import numpy"
39-
shell: bash -el {0}
37+
# - name: Import numpy in micromamba environment (bash)
38+
# run: python -c "import numpy"
39+
# shell: bash -el {0}
4040

41-
- name: Import numpy in micromamba environment (pwsh)
42-
run: python -c "import numpy"
43-
shell: pwsh
41+
# - name: Import numpy in micromamba environment (pwsh)
42+
# run: python -c "import numpy"
43+
# shell: pwsh
4444

45-
- name: Run custom command in micromamba environment
46-
run: pytest --version
47-
shell: micromamba-shell {0}
45+
# - name: Run custom command in micromamba environment
46+
# run: pytest --version
47+
# shell: micromamba-shell {0}
4848

4949
# - name: Setup MPI
5050
# uses: mpi4py/setup-mpi@v1

0 commit comments

Comments
 (0)