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

[skip ci] build conda

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