From bd30cdee6a466f6cfcc0b0e42f65c3ef3ebcd3a8 Mon Sep 17 00:00:00 2001 From: Matthieu Dartiailh Date: Mon, 14 Mar 2022 22:13:31 +0100 Subject: [PATCH] cis: update sdist testing procedure --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b45e4e8..e496600b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Test sdist run: | pip install pytest - pip install --no-index --find-links dist kiwisolver + pip install dist/*.tar.gz cd .. python -m pytest kiwi/py/tests - name: Store artifacts