From: Sam Leonard Date: Tue, 31 Oct 2023 10:15:23 +0000 (+0000) Subject: Fix venv name in ci.yml X-Git-Tag: v19~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbb7a2790eff86767c4b5f62c1cf2344dc99454;p=thirdparty%2Fmkosi.git Fix venv name in ci.yml --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c9f6257d..9f37f07ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |