Skip to content

Commit

Permalink
ci: changed environment build from miniconda to micromamba (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu authored Aug 24, 2023
1 parent 5ce536d commit 44da5d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/setup-micromamba@v1
with:
activate-environment: csep-dev
python-version: '3.10'
channels: conda-forge
generate-run-shell: true
environment-file: requirements.yml
create-args: >-
python=3.10
- name: Install dependencies
- name: Check dependencies
run: |
conda env update --file requirements.yml
conda info -a
conda list
Expand Down

0 comments on commit 44da5d3

Please sign in to comment.