Skip to content

Commit

Permalink
update CI script to sideload distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Mar 7, 2024
1 parent 23ef132 commit 2e07422
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 @@ -20,6 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
sudo apt install python3-distutils
pip install --upgrade pip
pip install virtualenv
python -m virtualenv venv
Expand Down

0 comments on commit 2e07422

Please sign in to comment.