Commit ff98200c authored by rusty1s's avatar rusty1s
Browse files

update

parent 8e96e314
...@@ -10,9 +10,8 @@ jobs: ...@@ -10,9 +10,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
# os: [ubuntu-18.04, macos-10.15, windows-2019] os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [windows-2019] python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7'] #, '3.8', '3.9', '3.10']
torch-version: [1.12.0, 1.13.0] torch-version: [1.12.0, 1.13.0]
cuda-version: ['cpu', 'cu102', 'cu113', 'cu116', 'cu117'] cuda-version: ['cpu', 'cu102', 'cu113', 'cu116', 'cu117']
exclude: exclude:
...@@ -42,9 +41,7 @@ jobs: ...@@ -42,9 +41,7 @@ jobs:
- name: Upgrade pip - name: Upgrade pip
run: | run: |
pip install --upgrade pip pip install --upgrade pip setuptools
pip install --upgrade setuptools
pip list
- name: Free up disk space - name: Free up disk space
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}
......
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