Skip to content

Commit

Permalink
[TEST] avoid pinning pytest for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Feb 28, 2024
1 parent d9b1950 commit 83060df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python -m pip install -U pip setuptools>=30.3.0 wheel

echo "Install Dependencies"
if [ "$INSTALL_TYPE" == "conda" ]; then
conda install -yq --name venv $DEPENDS $EXTRA_DEPENDS pytest==8.0.0
conda install -yq --name venv $DEPENDS $EXTRA_DEPENDS pytest
else
PIPI="pip install --timeout=60 "

Expand Down

0 comments on commit 83060df

Please sign in to comment.