Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
mamba install conda-build conda-verify
mamba install boa conda-verify

which python
pip list
Expand All @@ -42,9 +42,9 @@ jobs:
# suffix for nightly package versions
export VERSION_SUFFIX=a`date +%y%m%d`

mamba build continuous_integration/recipe \
--no-anaconda-upload \
--output-folder .
conda mambabuild continuous_integration/recipe \
--no-anaconda-upload \
--output-folder .
- name: Upload conda package
if: |
github.event_name == 'push'
Expand Down