Commit ebc0fe51 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent ec29b7f3
...@@ -33,11 +33,10 @@ jobs: ...@@ -33,11 +33,10 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Conda info - name: Install Conda packages
run: | run: |
conda info conda install conda-build
conda list conda install conda-verify
which python
# - name: Install CUDA ${{ matrix.cuda-version }} # - name: Install CUDA ${{ matrix.cuda-version }}
# if: ${{ matrix.cuda-version != 'cpu' }} # if: ${{ matrix.cuda-version != 'cpu' }}
......
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