]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix venv name in ci.yml
authorSam Leonard <sam.leonard@codethink.co.uk>
Tue, 31 Oct 2023 10:15:23 +0000 (10:15 +0000)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 31 Oct 2023 10:35:21 +0000 (11:35 +0100)
.github/workflows/ci.yml

index 0c9f6257d9a572aec0e88d1b0c5e4056ad1a9409..9f37f07abc4f1d137e554c470a5e18f4b3f93c46 100644 (file)
@@ -55,7 +55,7 @@ jobs:
         testvenv/bin/python3 -m pip install --upgrade setuptools wheel pip
         testvenv/bin/python3 -m pip install .
         testvenv/bin/mkosi -h
-        rm -rf testenv
+        rm -rf testvenv
 
     - name: Test editable venv installation
       run: |
@@ -63,7 +63,7 @@ jobs:
         testvenv/bin/python3 -m pip install --upgrade setuptools wheel pip
         testvenv/bin/python3 -m pip install --editable .
         testvenv/bin/mkosi -h
-        rm -rf testenv
+        rm -rf testvenv
 
     - name: Test zipapp creation
       run: |