Skip to content

Commit

Permalink
remove setuptools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Mar 7, 2024
1 parent 47308bf commit b782bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
pip install virtualenv
python -m virtualenv venv
source venv/bin/activate
pip install setuptools
pip install -r requirements.txt
git clone https://github.com/cdonovick/peak.git
pip install -e peak
Expand Down

0 comments on commit b782bde

Please sign in to comment.