We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fbe0e commit 7d41e1dCopy full SHA for 7d41e1d
.github/workflows/ubuntu-postgresml-python-package.yaml
@@ -34,9 +34,12 @@ jobs:
34
DEBIAN_FRONTEND: noninteractive
35
TZ: Etc/UTC
36
run: |
37
+ sudo apt-get install -y software-properties-common
38
+ sudo add-apt-repository ppa:apt-fast/stable --yes
39
sudo add-apt-repository ppa:deadsnakes/ppa --yes
40
sudo apt update
41
42
+ sudo apt-get install -y apt-fast
43
sudo apt-get update && sudo apt-fast install -y \
44
python3.11 \
45
python3-pip \
0 commit comments