Skip to content

Commit f6b4f2c

Browse files
committed
update CI
1 parent c518a27 commit f6b4f2c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ jobs:
2323
shell: bash -l {0}
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- uses: conda-incubator/setup-miniconda@v2
2929
with:
30-
auto-update-conda: true
30+
miniconda-version: "latest"
31+
activate-environment: ../deploy-env
3132
python-version: ${{ matrix.python-version }}
32-
mamba-version: "*"
33-
miniforge-variant: Mambaforge
34-
channels: conda-forge,defaults
35-
activate-environment: ../my-env
3633

3734
- name: Install yum deps
3835
run: |

0 commit comments

Comments
 (0)