Skip to content

Commit 44da5d3

Browse files
authored
ci: changed environment build from miniconda to micromamba (#238)
1 parent 5ce536d commit 44da5d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: conda-incubator/setup-miniconda@v2
19+
- uses: mamba-org/setup-micromamba@v1
2020
with:
21-
activate-environment: csep-dev
22-
python-version: '3.10'
23-
channels: conda-forge
21+
generate-run-shell: true
22+
environment-file: requirements.yml
23+
create-args: >-
24+
python=3.10
2425
25-
- name: Install dependencies
26+
- name: Check dependencies
2627
run: |
27-
conda env update --file requirements.yml
2828
conda info -a
2929
conda list
3030

0 commit comments

Comments
 (0)