File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments