浏览代码

Remove windows testing

/github-actions
Jonathan Harper 4 年前
当前提交
b3bebf45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml


runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ['3.6', '3.7', '3.8']
pip-constraints: ['test_constraints_max_tf1_version.txt', 'test_constraints_max_tf2_version.txt', 'test_constraints_min_version.txt']
env:

正在加载...
取消
保存