]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
workflows/dependencies: Drop apt upgrade step
authorZack Cerza <zack@cerza.org>
Fri, 8 May 2026 17:48:38 +0000 (11:48 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 8 May 2026 18:02:30 +0000 (12:02 -0600)
This was updating all of GNOME, among other things

Signed-off-by: Zack Cerza <zack@cerza.org>
.github/workflows/dependencies.yml

index 15395e13647f04927f6f5fc10ab0a6ca902511e7..fb295c3261f769b731ef32498e1b0c03c266fa4d 100644 (file)
@@ -35,9 +35,7 @@ jobs:
           touch no-global-site-packages.txt
         working-directory: ./teuthology
       - name: Refresh system repos
-        run: |
-          sudo apt update -y
-          sudo apt upgrade -y
+        run: sudo apt-get update -y
       - name: Initial bootstrap
         run: ./bootstrap install
         working-directory: ./teuthology