From 0c8d70cb909ccc5b200ece2e39419cd1574c29dc Mon Sep 17 00:00:00 2001 From: Gediminas Zlatkus Date: Fri, 30 Jun 2023 17:48:10 +0300 Subject: [PATCH] Install specific Salt version using poetry --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f84122..def3730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: pip install --upgrade pip poetry pip --version poetry --version + poetry add 'salt==${{ matrix.salt-version }}' poetry install - poetry run pip install --upgrade 'salt==${{ matrix.salt-version }}' poetry run salt --versions make all