Skip to content

Commit e6ac999

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 90d6723 commit e6ac999

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
@@ -175,7 +175,6 @@ jobs:
175175
- name: Overwrite for MacOs
176176
if: runner.os == 'MacOs' && matrix.platform == 'arm64'
177177
run: |
178-
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
179178
if [ "${{ matrix.os }}" == "macos-13" ]; then
180179
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV;
181180
echo "Enforcing target deployment for 13.0"
@@ -189,7 +188,6 @@ jobs:
189188
- name: Overwrite for MacOs PyPy
190189
if: runner.os == 'MacOs' && matrix.platform == 'PyPy'
191190
run: |
192-
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
193191
echo "CIBW_TEST_COMMAND_MACOS=" >> $GITHUB_ENV
194192
195193
- name: Build wheels

0 commit comments

Comments
 (0)