Skip to content

Commit 6e0cd7e

Browse files
committed
1
1 parent a695e62 commit 6e0cd7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
echo "CIBW_TEST_SKIP=*" >> $GITHUB_ENV;
101101
echo "CIBW_SKIP=\"cp2* cp36* pp36* cp37* pp37* *i686 *musllinux*\"" >> $GITHUB_ENV;
102102
echo "CIBW_BUILD=\"cp3* pp3*\"" >> $GITHUB_ENV;
103-
echo "CIBW_BEFORE_TEST=\"\"" >> $GITHUB_ENV;
103+
echo "CIBW_BEFORE_TEST=true" >> $GITHUB_ENV;
104+
echo "CIBW_BEFORE_TEST_WINDOWS=\"(exit 0)\"" >> $GITHUB_ENV;
104105
105106
- uses: actions/setup-python@v5
106107
name: Install Python

0 commit comments

Comments
 (0)