"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "a767cbf60c0175dadf53542f61793e2473f36379"
Commit a44a5862 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent b2efd23c
...@@ -17,9 +17,6 @@ jobs: ...@@ -17,9 +17,6 @@ jobs:
exclude: exclude:
- torch-version: 1.10.0 - torch-version: 1.10.0
cuda-version: 'cu115' cuda-version: 'cu115'
# There is a weird `glibc=2.27` bug going on for this combination:
- os: ubuntu-18.04
python-version: '3.10'
- torch-version: 1.10.0 - torch-version: 1.10.0
python-version: '3.10' python-version: '3.10'
- os: windows-2019 - os: windows-2019
...@@ -31,6 +28,9 @@ jobs: ...@@ -31,6 +28,9 @@ jobs:
cuda-version: 'cu113' cuda-version: 'cu113'
- os: macos-10.15 - os: macos-10.15
cuda-version: 'cu115' cuda-version: 'cu115'
# There is a weird `glibc=2.27` bug going on for this combination:
- os: ubuntu-18.04
python-version: '3.10'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
- name: Install Conda packages - name: Install Conda packages
run: | run: |
conda install conda-build --yes conda install conda-build conda-verify --yes
shell: shell:
bash -l {0} bash -l {0}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment