Skip to content

Commit a46a8af

Browse files
committed
CI: Fix cwd
1 parent b9a628c commit a46a8af

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_cython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: parcio/partdiff_tester@v0.1.9
2525
with:
2626
executable: "uv run main.py"
27-
cwd: "../cython"
27+
cwd: "./cython"
2828
strictness: "4"
2929
shuffle: "42"
3030
max_num_tests: "5"

.github/workflows/test_np_vectorize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: parcio/partdiff_tester@v0.1.9
2525
with:
2626
executable: "uv run main.py"
27-
cwd: "../np_vectorize"
27+
cwd: "./np_vectorize"
2828
strictness: "4"
2929
shuffle: "42"
3030
filter: '[

.github/workflows/test_nuitka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: parcio/partdiff_tester@v0.1.9
3434
with:
3535
executable: "uv run main.py"
36-
cwd: "../nuitka"
36+
cwd: "./nuitka"
3737
strictness: "4"
3838
shuffle: "42"
3939
filter: '[

.github/workflows/test_numba.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: parcio/partdiff_tester@v0.1.9
2525
with:
2626
executable: "uv run main.py"
27-
cwd: "../cython"
27+
cwd: "./cython"
2828
strictness: "4"
2929
shuffle: "42"

.github/workflows/test_simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: parcio/partdiff_tester@v0.1.9
2626
with:
2727
executable: "uv run main.py"
28-
cwd: "../nuitka"
28+
cwd: "./nuitka"
2929
strictness: "4"
3030
shuffle: "42"
3131
filter: '[

0 commit comments

Comments
 (0)