Skip to content

Commit 90b271b

Browse files
committed
Update test.yaml package configuration steps
1 parent c9b32fc commit 90b271b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

20-
- name: Setup miniconda
21-
uses: conda-incubator/setup-miniconda@v2
20+
- name: Setup micromamba
21+
uses: mamba-org/setup-micromamba@v1
2222
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
23+
environment-file: 'environment_cpu.yaml'
24+
create-args: >-
25+
python=${{ matrix.python-version }}
3126
3227
- name: Install package
3328
shell: bash -l {0}

0 commit comments

Comments
 (0)