Skip to content

Commit 94f7928

Browse files
committed
cicd/lib-build-and-push: remove CIBW_BEFORE_TEST_MACOS
pytest is present in test-requirements.txt, no need to have it specified separately
1 parent 330a721 commit 94f7928

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ jobs:
189189
- name: Overwrite for MacOs
190190
if: runner.os == 'MacOs' && matrix.platform == 'all'
191191
run: |
192-
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
193192
if [ "${{ matrix.os }}" == "macos-13" ]; then
194193
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV;
195194
echo "Enforcing target deployment for 13.0"
@@ -203,7 +202,6 @@ jobs:
203202
- name: Overwrite for MacOs PyPy
204203
if: runner.os == 'MacOs' && matrix.platform == 'PyPy'
205204
run: |
206-
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
207205
echo "CIBW_TEST_COMMAND_MACOS=" >> $GITHUB_ENV
208206
209207
- name: Build wheels

0 commit comments

Comments
 (0)