Skip to content

Commit

Permalink
pypi workflooooow conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Feb 12, 2021
1 parent 37c6f31 commit 8ae467c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
with:
python-version: 3.8
auto-activate-base: true
channels: conda-forge
- name: Install dependencies
shell: bash -l {0}
run: |
conda install pip twine setuptools wheel jupyterlab=3 jupyter-packaging python-build nodejs yarn
conda install pip twine setuptools wheel jupyterlab=3 jupyter-packaging python-build nodejs yarn -c conda-forge
- name: Build and publish
shell: bash -l {0}
env:
Expand Down

0 comments on commit 8ae467c

Please sign in to comment.