Skip to content

Commit

Permalink
deadsnakes fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 8, 2024
1 parent e80a1e8 commit 687226b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
apt-get install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update
apt-get install -y python${{ env.PYTHON }}
apt-get update && apt-get install -y python${{ env.PYTHON }}-venv
apt-get install -y python${{ env.PYTHON }} python${{ env.PYTHON }}-pip python${{ env.PYTHON }}-venv
python${{ env.PYTHON }} -m pip install --upgrade wheel build setuptools
# these conditions need to be based on the version in the container, not the host. Might want tweaking, or just relies on the yml being correct.
Expand Down

0 comments on commit 687226b

Please sign in to comment.