Skip to content

Commit

Permalink
Install specific Salt version using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasz committed Jun 30, 2023
1 parent 4138bc3 commit 0c8d70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c8d70c

Please sign in to comment.