Skip to content

Commit 234cf1b

Browse files
committed
ci: fix paths to composite actions
1 parent 4e3b82c commit 234cf1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
continue-on-error: true
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: ./github/actions/setup-python-pip-tox
14+
- uses: ./.github/actions/setup-python-pip-tox
1515
with:
1616
python: 3.12
1717
- name: Lint
@@ -29,10 +29,10 @@ jobs:
2929
- "3.8"
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: ./github/actions/setup-python-pip-tox
32+
- uses: ./.github/actions/setup-python-pip-tox
3333
with:
3434
python: ${{ matrix.python }}
35-
- uses: ./github/actions/setup-rust-poetry
35+
- uses: ./.github/actions/setup-rust-poetry
3636
with:
3737
python: ${{ matrix.python }}
3838
- name: Test

0 commit comments

Comments
 (0)