We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518a27 commit f6b4f2cCopy full SHA for f6b4f2c
1 file changed
.github/workflows/build_and_publish.yml
@@ -23,16 +23,13 @@ jobs:
23
shell: bash -l {0}
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
- uses: conda-incubator/setup-miniconda@v2
29
with:
30
- auto-update-conda: true
+ miniconda-version: "latest"
31
+ activate-environment: ../deploy-env
32
python-version: ${{ matrix.python-version }}
- mamba-version: "*"
33
- miniforge-variant: Mambaforge
34
- channels: conda-forge,defaults
35
- activate-environment: ../my-env
36
37
- name: Install yum deps
38
run: |
0 commit comments