We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3b82c commit 234cf1bCopy full SHA for 234cf1b
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
continue-on-error: true
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: ./github/actions/setup-python-pip-tox
+ - uses: ./.github/actions/setup-python-pip-tox
15
with:
16
python: 3.12
17
- name: Lint
@@ -29,10 +29,10 @@ jobs:
29
- "3.8"
30
runs-on: ${{ matrix.os }}
31
32
33
34
python: ${{ matrix.python }}
35
- - uses: ./github/actions/setup-rust-poetry
+ - uses: ./.github/actions/setup-rust-poetry
36
37
38
- name: Test
0 commit comments