Commit 1b3bd157 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 14343e37
......@@ -38,7 +38,7 @@ jobs:
- name: Install Conda packages
run: |
conda install conda-build conda-verify anaconda-client --yes
conda install conda-build conda-verify --yes
shell:
bash - l {0}
......@@ -64,8 +64,11 @@ jobs:
shell:
bash -l {0}
# - name: Publish Conda package
# run: |
# $CONDA/bin/anaconda upload --label main $HOME/conda-bld/*/*.tar.bz2
# env:
# ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
- name: Publish Conda package
run: |
conda install anaconda-client --yes
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell:
bash -l {0}
......@@ -20,7 +20,6 @@ build:
string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: python setup.py install
script_env:
- CUDA_HOME
- FORCE_CUDA
test:
......
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