]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
workflows/dependencies: apt update
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Fri, 18 Jul 2025 15:29:10 +0000 (17:29 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 23 Jul 2025 11:37:50 +0000 (13:37 +0200)
Update before bootstrap

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
.github/workflows/dependencies.yml

index 5c21f7b88e31ed0a6e9d90b1fe3b58fb1722e476..15395e13647f04927f6f5fc10ab0a6ca902511e7 100644 (file)
@@ -34,6 +34,10 @@ jobs:
           cd ./virtualenv/lib/python*
           touch no-global-site-packages.txt
         working-directory: ./teuthology
+      - name: Refresh system repos
+        run: |
+          sudo apt update -y
+          sudo apt upgrade -y
       - name: Initial bootstrap
         run: ./bootstrap install
         working-directory: ./teuthology