We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b32fc commit 90b271bCopy full SHA for 90b271b
.github/workflows/test.yaml
@@ -15,19 +15,14 @@ jobs:
15
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- - name: Setup miniconda
21
- uses: conda-incubator/setup-miniconda@v2
+ - name: Setup micromamba
+ uses: mamba-org/setup-micromamba@v1
22
with:
23
- activate-environment: sam
24
- mamba-version: "*"
25
- auto-update-conda: true
26
- environment-file: environment_cpu.yaml
27
- python-version: ${{ matrix.python-version }}
28
- auto-activate-base: false
29
- env:
30
- ACTIONS_ALLOW_UNSECURE_COMMANDS: true
+ environment-file: 'environment_cpu.yaml'
+ create-args: >-
+ python=${{ matrix.python-version }}
31
32
- name: Install package
33
shell: bash -l {0}
0 commit comments