This commit is contained in:
Jesse Bannon 2023-02-23 22:36:42 -08:00
parent f0fbf90c2b
commit 393e8848bf

View file

@ -125,7 +125,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
apt-get update -y
apt-get install -y software-properties-common
apt-get install -y software-properties-common curl
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update -y
apt-get install -y python3.10