Commit 26e287d 1 parent 726b7f5 commit 26e287d Copy full SHA for 26e287d
File tree 1 file changed +0
-41
lines changed
1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -360,42 +360,6 @@ jobs:
360
360
uses : codecov/codecov-action@v2
361
361
362
362
test-gcc-env-macos :
363
- needs : build-macos
364
- runs-on : macos-latest
365
- steps :
366
- - uses : docker-practice/actions-setup-docker@master
367
-
368
- - name : Confirm docker install
369
- run : docker version
370
-
371
- - uses : actions/checkout@v2
372
-
373
- - name : Set up Python
374
- uses : actions/setup-python@v2
375
- with :
376
- python-version : 3.9
377
-
378
- - name : Download Python wheel
379
- uses : actions/download-artifact@v2
380
- with :
381
- name : macos-wheel
382
-
383
- - name : Install wheel
384
- run : python -m pip install *.whl
385
-
386
- - name : Install runtime dependencies
387
- uses : ./.github/actions/install-runtime-dependencies
388
-
389
- - name : Install test dependencies
390
- run : python -m pip install -r tests/requirements.txt
391
-
392
- - name : Run the test suite
393
- run : make install-test-cov TEST_TARGET="tests/gcc"
394
-
395
- - name : Upload coverage report to Codecov
396
- uses : codecov/codecov-action@v2
397
-
398
- test-gcc-env-macos-no-docker :
399
363
needs : build-macos
400
364
runs-on : macos-latest
401
365
steps :
@@ -461,11 +425,6 @@ jobs:
461
425
needs : build-macos
462
426
runs-on : macos-latest
463
427
steps :
464
- - uses : docker-practice/actions-setup-docker@master
465
-
466
- - name : Confirm docker install
467
- run : docker version
468
-
469
428
- uses : actions/checkout@v2
470
429
471
430
- name : Set up Python
You can’t perform that action at this time.
0 commit comments