Skip to content

Commit

Permalink
attempt to fix micromamba in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Feb 15, 2023
1 parent 3985793 commit a39a31c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,11 +14,19 @@ jobs:
uses: mamba-org/provision-with-micromamba@main
with:
channels: conda-forge
environment-file: false
environment-name: ipympl-release
extra-specs: |
python=3.9
jupyterlab
yarn
matplotlib
ipywidgets
jupyter-packaging=0.7
- name: Install dependencies
run: |
mamba install -c conda-forge python=3.9 jupyterlab yarn matplotlib ipywidgets jupyter-packaging=0.7
pip install twine wheel build
python -m pip install twine wheel build
- name: Publish the Python package
env:
Expand Down

0 comments on commit a39a31c

Please sign in to comment.