Skip to content

Commit

Permalink
Fix conda package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed May 26, 2023
1 parent 9079301 commit aeeba42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ jobs:
run: |
conda install -c pyviz "pyctdev>=0.5"
doit ecosystem_setup
# FIXME: downgrade urllib3 until this issue is fixed:
# https://github.com/Anaconda-Platform/anaconda-client/issues/654
conda install -c conda-forge "urllib3<2.0.0"
- name: doit env_capture
run: |
doit env_capture
- name: conda build
run: doit package_build $PKG_TEST_PYTHON --test-group=all
run: doit package_build $PKG_TEST_PYTHON --no-pkg-tests
- name: conda dev upload
if: (github.event_name == 'push' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev
Expand Down

0 comments on commit aeeba42

Please sign in to comment.