Skip to content

Commit

Permalink
Fix pip builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 28, 2021
1 parent d5c079b commit 657416c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
conda install ${{ env.CHANS_DEV }} "pip<21.2.1"
doit develop_install $CHANS_DEV -o tests
doit pip_on_conda
- name: pip build
Expand Down

0 comments on commit 657416c

Please sign in to comment.