Skip to content

Commit

Permalink
Remove |-
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored May 22, 2024
1 parent 08e1f31 commit 7427b1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
with:
cache-path: |-
.tox
cache-path: .tox
operating-system: ${{ matrix.os }}
pyproject-toml: ./pyproject.toml
python-version: ${{ matrix.python-version }}

0 comments on commit 7427b1e

Please sign in to comment.