We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063ff3f commit 92179e0Copy full SHA for 92179e0
.github/actions/tests/action.yml
@@ -12,15 +12,14 @@ runs:
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
22
python-version: ${{ inputs.python-version }}
23
- cache: 'poetry'
+ # cache: 'poetry'
24
- name: Install package dependencies
25
shell: bash
26
working-directory: ${{ inputs.current_package }}
0 commit comments