Skip to content

Commit

Permalink
Install pip to make wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 9, 2023
1 parent 37990e6 commit 98c660c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ stages:

- bash: |
source activate myEnvironment
conda install --solver classic --channel conda-forge pip
python -m pip install --upgrade setuptools wheel
python setup.py bdist_wheel
python3 -m pip install check-wheel-contents
Expand Down

0 comments on commit 98c660c

Please sign in to comment.