Skip to content

Commit 063ff3f

Browse files
committed
chore: try to improve ci speed on test py3.12
1 parent 27b1b76 commit 063ff3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/actions/tests/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ runs:
1111
using: "composite"
1212
steps:
1313
- 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
1419
- name: Set up Python ${{ inputs.python-version }}
1520
uses: actions/setup-python@v4
1621
with:
1722
python-version: ${{ inputs.python-version }}
1823
cache: 'poetry'
19-
- name: Install poetry
20-
uses: snok/install-poetry@v1
21-
with:
22-
version: 1.7.1
2324
- name: Install package dependencies
2425
shell: bash
2526
working-directory: ${{ inputs.current_package }}

0 commit comments

Comments
 (0)