Skip to content

Commit 1a261c9

Browse files
committed
pathalogical test
1 parent d3f3dd1 commit 1a261c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717
pure_python_wheel: true
1818
test_extras: test
1919
test_command: pytest --pyargs test_package
20+
- id: build_not_pure
21+
uses: ./
22+
with:
23+
pure_python_wheel: "false"
24+
test_extras: test
25+
test_command: pytest --pyargs test_package

0 commit comments

Comments
 (0)