Skip to content

Commit

Permalink
Ensure CI environment has pip
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 11, 2023
1 parent 048f33c commit 4f75df0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .azure/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ stages:
- bash: |
source activate myEnvironment
# OK if this fails
conda install --channel conda-forge pip
pip install scikit-fmm || true
displayName: Install pip packages
Expand Down Expand Up @@ -195,7 +194,6 @@ 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
1 change: 0 additions & 1 deletion .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ steps:
- bash: |
if [[ "${{ parameters.pip_packages }}" != "" ]]; then
source activate myEnvironment
conda install --solver classic --channel conda-forge pip
python -m pip install ${{ parameters.pip_packages }}
fi
displayName: Install Pip packages
Expand Down
1 change: 1 addition & 0 deletions environments/base-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- packaging
- mayavi
- gmsh <4.0|>=4.5.2
- pip

0 comments on commit 4f75df0

Please sign in to comment.