We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf2cf7 commit b8a5bdbCopy full SHA for b8a5bdb
1 file changed
.github/workflows/release.yml
@@ -100,9 +100,9 @@ jobs:
100
yum -y install libffi-devel
101
CIBW_TEST_EXTRAS: "test"
102
CIBW_TEST_COMMAND: >
103
- python {project}/tests/__init__.py
+ python {project}/parsing/tests/__init__.py
104
CIBW_TEST_COMMAND_WINDOWS: >
105
- python {project}\tests\__init__.py
+ python {project}\parsing\tests\__init__.py
106
107
- uses: actions/upload-artifact@v2
108
with:
0 commit comments