Skip to content

Commit b8a5bdb

Browse files
committed
Fix test invocation in release workflow
1 parent ecf2cf7 commit b8a5bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
yum -y install libffi-devel
101101
CIBW_TEST_EXTRAS: "test"
102102
CIBW_TEST_COMMAND: >
103-
python {project}/tests/__init__.py
103+
python {project}/parsing/tests/__init__.py
104104
CIBW_TEST_COMMAND_WINDOWS: >
105-
python {project}\tests\__init__.py
105+
python {project}\parsing\tests\__init__.py
106106
107107
- uses: actions/upload-artifact@v2
108108
with:

0 commit comments

Comments
 (0)