Skip to content

Commit

Permalink
Make sure the latest pip is used
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasz committed Jun 30, 2023
1 parent 3c78750 commit 4138bc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4138bc3

Please sign in to comment.