Skip to content

Commit 92179e0

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/tests/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ runs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Install poetry
15-
# run: pipx install poetry
1615
uses: snok/install-poetry@v1
1716
with:
1817
version: 1.7.1
1918
- name: Set up Python ${{ inputs.python-version }}
2019
uses: actions/setup-python@v4
2120
with:
2221
python-version: ${{ inputs.python-version }}
23-
cache: 'poetry'
22+
# cache: 'poetry'
2423
- name: Install package dependencies
2524
shell: bash
2625
working-directory: ${{ inputs.current_package }}

0 commit comments

Comments
 (0)