We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a36631 commit a1f20e2Copy full SHA for a1f20e2
1 file changed
.github/workflows/test.yml
@@ -20,17 +20,16 @@ jobs:
20
run:
21
shell: bash -l {0}
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
24
25
- name: Set up conda
26
uses: conda-incubator/setup-miniconda@v3
27
with:
28
activate-environment: simdec
29
python-version: ${{ matrix.python-version }}
30
channels: conda-forge
31
- miniforge-variant: Mambaforge
32
miniforge-version: latest
33
- use-mamba: true
+ mamba-version: "*"
34
channel-priority: true
35
36
- name: Get Date
0 commit comments