Skip to content

Commit

Permalink
use classic solver
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Oct 23, 2024
1 parent 6051a39 commit 8c629ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
conda-solver: classic
- name: Install PyTorch
env:
PYTORCH_VER: ${{ matrix.vers.pt_ver }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
conda-solver: classic
- name: Install PyTorch
env:
PYTORCH_VER: ${{ matrix.vers.pt_ver }}
Expand Down

0 comments on commit 8c629ff

Please sign in to comment.