Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Disable GitLab unit tests for Python3.8, macOS, non-minimal wheel (#3304
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TobyRoseman authored Aug 26, 2020
1 parent cd224a4 commit c8be17c
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,23 +611,27 @@ test_python_mac_python37_10_14_minimal:
paths:
- pytest.*

test_python_mac_python38_10_15:
tags:
- macos10.15
only:
variables:
- $TC_HAS_MACOS_RUNNERS == "1"
stage: test
dependencies:
- build_wheel_mac_10_15_python38
script:
- export VIRTUALENV="/Library/Frameworks/Python.framework/Versions/3.8/bin/virtualenv"
- bash -e scripts/test_wheel.sh
artifacts:
when: always
expire_in: 2 weeks
paths:
- pytest.*
# Core ML Tool currently has only beta support for Python 3.8.
# We can't currently rely on it as part of our CI.
# See GitHub issue:
# https://github.com/apple/coremltools/issues/372
#test_python_mac_python38_10_15:
# tags:
# - macos10.15
# only:
# variables:
# - $TC_HAS_MACOS_RUNNERS == "1"
# stage: test
# dependencies:
# - build_wheel_mac_10_15_python38
# script:
# - export VIRTUALENV="/Library/Frameworks/Python.framework/Versions/3.8/bin/virtualenv"
# - bash -e scripts/test_wheel.sh
# artifacts:
# when: always
# expire_in: 2 weeks
# paths:
# - pytest.*

test_python_mac_python38_10_14_minimal:
tags:
Expand Down

0 comments on commit c8be17c

Please sign in to comment.