Skip to content

Commit 556f738

Browse files
committed
Fix workflow file
1 parent f62777b commit 556f738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
contents: write
1818

1919
env:
20-
CIBW_TEST_COMMAND = "pytest {project}/tests/pro"
20+
CIBW_TEST_COMMAND: "pytest {project}/tests/pro"
2121

2222
jobs:
2323
bdist:

0 commit comments

Comments
 (0)