Skip to content

Commit d2afe6b

Browse files
authored
Remove |- (#155)
1 parent 08e1f31 commit d2afe6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
# yamllint disable-line rule:line-length
2929
- uses: paddyroddy/.github/actions/python/tox@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
3030
with:
31-
cache-path: |-
32-
.tox
31+
cache-path: .tox
3332
operating-system: ${{ matrix.os }}
3433
pyproject-toml: ./pyproject.toml
3534
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)