Skip to content

Commit 2195585

Browse files
committed
test_setup: setup-just does not work on windows 11 arm
1 parent 853c652 commit 2195585

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test_setup.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
steps:
2727

28-
- uses: extractions/setup-just@v3
29-
3028
# AOTW, the slsa-verifier GH action does not support anything but Ubuntu x86_64.
3129
- name: slsa-verifier
3230
if: ${{ startsWith(matrix.os, 'ubuntu') && !endsWith(matrix.os, '-arm') }}
@@ -61,7 +59,7 @@ jobs:
6159
run: python3 -m pip install -v --no-build-isolation -e .
6260

6361
- name: Build docs
64-
run: just docs-build
62+
run: python3 -m sphinx -b html docs/source docs/build/html
6563

6664
- name: Run test suite
67-
run: just test
65+
run: python3 -m pytest tests/

0 commit comments

Comments
 (0)