Skip to content

Commit

Permalink
Update python-package-conda.yml changing disutils to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 authored Mar 7, 2024
1 parent a2c7405 commit fe898a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install virtualenv
python -m virtualenv venv
source venv/bin/activate
pip install distutils
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 fe898a6

Please sign in to comment.