Skip to content

Commit

Permalink
Merge pull request #1354 from pypa/patch-podman-ci
Browse files Browse the repository at this point in the history
Faster Github linux CI by removing 'apt-get upgrade -y' from podman install
  • Loading branch information
joerick committed Nov 30, 2022
2 parents 2420bda + bbaed15 commit d5a2376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -sSfL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install podman
- name: Install dependencies
Expand Down

0 comments on commit d5a2376

Please sign in to comment.