File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 run : uv python install
2222
2323 - name : Run correctness check
24- uses : parcio/partdiff_tester@v0.1.9
24+ uses : parcio/partdiff_tester@v0.1.10
2525 with :
2626 executable : " uv run main.py"
2727 cwd : " ./cython"
Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ jobs:
2121 run : uv python install
2222
2323 - name : Run correctness check
24- uses : parcio/partdiff_tester@v0.1.9
24+ uses : parcio/partdiff_tester@v0.1.10
2525 with :
2626 executable : " uv run main.py"
2727 cwd : " ./np_vectorize"
2828 strictness : " 4"
2929 shuffle : " 42"
30- filter : ' [
31- "r:(\w+ 1 0 \w+ \w+ \w+)|(\w+ 2 \w+ \w+ \w+ \w+)"
32- ]'
30+ filter : |
31+ r:(\w+ 1 0 \w+ \w+ \w+)|(\w+ 2 \w+ \w+ \w+ \w+)
Original file line number Diff line number Diff line change @@ -30,12 +30,11 @@ jobs:
3030 nuitka --output-filename=partdiff main.py
3131
3232 - name : Run correctness check
33- uses : parcio/partdiff_tester@v0.1.9
33+ uses : parcio/partdiff_tester@v0.1.10
3434 with :
3535 executable : " uv run main.py"
3636 cwd : " ./nuitka"
3737 strictness : " 4"
3838 shuffle : " 42"
39- filter : ' [
40- "o:{\"lines\": \"0\"}"
41- ]'
39+ filter : |
40+ o:{"lines": "0"}
Original file line number Diff line number Diff line change 2121 run : uv python install
2222
2323 - name : Run correctness check
24- uses : parcio/partdiff_tester@v0.1.9
24+ uses : parcio/partdiff_tester@v0.1.10
2525 with :
2626 executable : " uv run main.py"
2727 cwd : " ./cython"
Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ jobs:
2222
2323
2424 - name : Run correctness check
25- uses : parcio/partdiff_tester@v0.1.9
25+ uses : parcio/partdiff_tester@v0.1.10
2626 with :
2727 executable : " uv run main.py"
2828 cwd : " ./nuitka"
2929 strictness : " 4"
3030 shuffle : " 42"
31- filter : ' [
32- "o:{\"lines\": \"0\"}"
33- ]'
31+ filter : |
32+ o:{"lines": "0"}
You can’t perform that action at this time.
0 commit comments