]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
workflows/dependencies: Correct venv name
authorZack Cerza <zack@cerza.org>
Fri, 8 May 2026 18:02:30 +0000 (12:02 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 8 May 2026 18:03:03 +0000 (12:03 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
.github/workflows/dependencies.yml

index 81237d395dad93f9b4cbcca97d81f59d96378559..dc7f9ca7b02a50a503ae6e0467a4cc132a71a720 100644 (file)
@@ -39,7 +39,7 @@ jobs:
         with:
           path: teuthology
       - name: Move virtualenv to new checkout
-        run: mv ./teuthology.orig/virtualenv ./teuthology/
+        run: mv ./teuthology.orig/.venv ./teuthology/
       - name: Re-run bootstrap
         run: ./bootstrap install
         working-directory: ./teuthology