Skip to content

Commit

Permalink
scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jan 27, 2024
1 parent 5ec47ae commit b97f752
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
pushd "${{ matrix.project.path }}"
if test -f "optional_requirements.txt"
then
pip install scipy==1.7.3
pip install -r requirements.txt
pip install -r optional_requirements.txt
fi
Expand Down Expand Up @@ -244,7 +243,6 @@ jobs:
if [ -f "project/optional_requirements.txt" ]
then
echo "Installing optional requirements"
python3 -m pip install scipy==1.7.3
python3 -m pip install -r "project/requirements.txt"
python3 -m pip install -r "project/optional_requirements.txt"
pip uninstall -y jax
Expand Down Expand Up @@ -338,7 +336,6 @@ jobs:
if [ -f "project/optional_requirements.txt" ]
then
echo "Installing optional requirements"
python3 -m pip install scipy==1.7.3
python3 -m pip install -r "project/requirements.txt"
python3 -m pip install -r "project/optional_requirements.txt"
pip uninstall -y jax
Expand Down

0 comments on commit b97f752

Please sign in to comment.