Skip to content

Commit

Permalink
added installation of setuptools due tothe update of python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Mar 7, 2024
1 parent 84db3fb commit 7c5a5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
pip install --upgrade pip
pip install virtualenv
python -m virtualenv venv
pip install setuptools
source venv/bin/activate
pip install -r requirements.txt
git clone https://github.com/cdonovick/peak.git
Expand Down

0 comments on commit 7c5a5b7

Please sign in to comment.