Commit b3111111 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 6f30f6e8
......@@ -45,7 +45,6 @@ jobs:
- name: Install Conda packages
run: |
conda install conda-build conda-verify --yes
conda config --set channel_priority strict
shell:
bash -l {0}
......
......@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo "- $CONDA_PYTORCH_CONSTRAINT"
echo "- $CONDA_CUDATOOLKIT_CONSTRAINT"
conda build . -c defaults -c nvidia -c pytorch -c conda-forge --output-folder "$HOME/conda-bld"
conda build . -c pytorch -c nvidia -c defaults -c conda-forge --output-folder "$HOME/conda-bld"
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