This commit is contained in:
Jesse Bannon 2023-02-23 22:29:49 -08:00
parent c797ddb3b5
commit f0fbf90c2b

View file

@ -126,7 +126,7 @@ jobs:
run: | run: |
apt-get update -y apt-get update -y
apt-get install -y software-properties-common apt-get install -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa add-apt-repository -y ppa:deadsnakes/ppa
apt-get update -y apt-get update -y
apt-get install -y python3.10 apt-get install -y python3.10
python3.10 --version python3.10 --version