We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b1b76 commit 063ff3fCopy full SHA for 063ff3f
.github/actions/tests/action.yml
@@ -11,15 +11,16 @@ runs:
11
using: "composite"
12
steps:
13
- uses: actions/checkout@v3
14
+ - name: Install poetry
15
+ # run: pipx install poetry
16
+ uses: snok/install-poetry@v1
17
+ with:
18
+ version: 1.7.1
19
- name: Set up Python ${{ inputs.python-version }}
20
uses: actions/setup-python@v4
21
with:
22
python-version: ${{ inputs.python-version }}
23
cache: 'poetry'
- - name: Install poetry
- uses: snok/install-poetry@v1
- with:
- version: 1.7.1
24
- name: Install package dependencies
25
shell: bash
26
working-directory: ${{ inputs.current_package }}
0 commit comments