Skip to content

Commit bfbed10

Browse files
committed
Remove redundant step handled by setup-python
1 parent 960f4d0 commit bfbed10

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/common-setup/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ runs:
4141
fi
4242
shell: bash
4343

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-
5244
- name: Install project
5345
run: poetry install --no-interaction
5446
shell: ${{ env.shellos }}

0 commit comments

Comments
 (0)