Skip to content

Commit

Permalink
Revert "[ML-374] Fix openssf issue where a pip dependency is detected…
Browse files Browse the repository at this point in the history
… as not being pinned by a hash." (#376)

* Revert "[ML-374] Fix openssf issue where a pip dependency is detected as not …"

This reverts commit 904d683.

* Update dev_cron.yml

* Update dev_cron.yml
  • Loading branch information
minmingzhu authored Mar 26, 2024
1 parent 78bfaea commit 0a533f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
38 changes: 0 additions & 38 deletions dev/test-cluster/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion dev/test-cluster/setup-python3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt-get update -q
sudo apt-get install -y -q python3-pip python3-setuptools python3-wheel

pip3 install --user -q -r requirements.txt
pip3 install --user numpy -q

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10

Expand Down

0 comments on commit 0a533f8

Please sign in to comment.