Skip to content

Commit

Permalink
CI: fix mamba (#1935)
Browse files Browse the repository at this point in the history
- pin mamba 1.5
- bump workflow actions
  • Loading branch information
casperdcl authored Sep 26, 2024
1 parent d026e6e commit b10d15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
mamba-version: "1.5"
channels: conda-forge
- name: conda build & test
working-directory: recipe
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -254,7 +254,7 @@ jobs:
run: >
docker run --rm -v .:/CIL tomographicimaging/cil:test /bin/bash -c
'python -m unittest discover -v /CIL/Wrappers/Python/test'
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit b10d15d

Please sign in to comment.