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 @@ -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
You can’t perform that action at this time.
0 commit comments