From 4138bc348724be6423b3468957f3da41d0371d73 Mon Sep 17 00:00:00 2001 From: Gediminas Zlatkus Date: Fri, 30 Jun 2023 17:37:30 +0300 Subject: [PATCH] Make sure the latest pip is used --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cecf37..0f84122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run checks run: | - pip install poetry + pip install --upgrade pip poetry + pip --version + poetry --version poetry install poetry run pip install --upgrade 'salt==${{ matrix.salt-version }}' poetry run salt --versions