Skip to content

Commit ae4914f

Browse files
committed
Turn off job when path is undefined
1 parent 7631be8 commit ae4914f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Install hatch
2424
uses: pypa/hatch@install
2525

26-
- name: Check docstrings
27-
run: hatch run style:docstrings
26+
# - name: Check docstrings
27+
# run: hatch run style:docstrings
2828

29-
- name: Build documentation
30-
run: hatch run docs:build
29+
# - name: Build documentation
30+
# run: hatch run docs:build
3131
test:
3232
runs-on: ${{ matrix.os }}
3333
strategy:

0 commit comments

Comments
 (0)