Skip to content

Commit f2798b8

Browse files
committed
tests(ci): Remove unused step
1 parent 6e4cef2 commit f2798b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'poetry'
2525

26-
- name: Add ~/.local/bin to PATH
27-
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
28-
2926
- name: Install dependencies
3027
run: poetry install -E "docs test coverage lint format"
3128

0 commit comments

Comments
 (0)