Skip to content

Commit

Permalink
pip install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Nov 8, 2023
1 parent d3169e0 commit 4924d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
conda create --prefix "${env_dir}" -y python=3.8
printf "* Activating\n"
conda activate "${env_dir}"
- name: Update pip
- name: Update pip and setuptools
run: |
apt-get install python3.8 python3-pip -y
pip3 install --upgrade pip
pip3 install setuptools -U
- name: check python version
run: |
python3 --version
Expand Down

0 comments on commit 4924d53

Please sign in to comment.