Skip to content

Commit 7d41e1d

Browse files
committed
fast
1 parent 42fbe0e commit 7d41e1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ubuntu-postgresml-python-package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
DEBIAN_FRONTEND: noninteractive
3535
TZ: Etc/UTC
3636
run: |
37+
sudo apt-get install -y software-properties-common
38+
sudo add-apt-repository ppa:apt-fast/stable --yes
3739
sudo add-apt-repository ppa:deadsnakes/ppa --yes
3840
sudo apt update
3941
42+
sudo apt-get install -y apt-fast
4043
sudo apt-get update && sudo apt-fast install -y \
4144
python3.11 \
4245
python3-pip \

0 commit comments

Comments
 (0)