Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 2, 2024
1 parent cbeb1ea commit f6bab69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
submodules: recursive
- uses: conda-incubator/setup-miniconda@v3
if: ${{ matrix.os }} != macos-13 && ${{ matrix.flags != '' }}
if: ${{ matrix.flags != '' }}
with:
python-version: 3.12
mamba-version: "*"
Expand All @@ -38,7 +38,7 @@ jobs:
activate-environment: blosc2
environment-file: environment.yml
- shell: bash -el {0}
if: ${{ matrix.os != 'macos-13' && matrix.flags != '' }}
if: ${{ matrix.flags != '' }}
run: |
conda info
conda list
Expand All @@ -60,10 +60,10 @@ jobs:
if: runner.os == 'Windows'
run: choco install ninja

- name: Install packages (Ubuntu)
if: runner.os == 'Linux'
shell: bash -el {0}
run: conda install clang -y
# - name: Install packages (Ubuntu)
# if: runner.os == 'Linux'
# shell: bash -el {0}
# run: conda install clang -y

- name: Build
shell: bash -el {0}
Expand Down

0 comments on commit f6bab69

Please sign in to comment.