We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960f4d0 commit bfbed10Copy full SHA for bfbed10
.github/actions/common-setup/action.yml
@@ -41,14 +41,6 @@ runs:
41
fi
42
shell: bash
43
44
- # Install dependencies. `--no-root` means "install all dependencies but not the project
45
- # itself", which is what you want to avoid caching _your_ code. The `if` statement
46
- # ensures this only runs on a cache miss.
47
- - name: Install dependencies
48
- run: poetry install --no-interaction --no-root
49
- shell: ${{ env.shellos }}
50
- if: steps.setup-python.outputs.cache-hit != 'true'
51
-
52
- name: Install project
53
run: poetry install --no-interaction
54
shell: ${{ env.shellos }}
0 commit comments