Commit b3111111 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 6f30f6e8
...@@ -45,7 +45,6 @@ jobs: ...@@ -45,7 +45,6 @@ jobs:
- name: Install Conda packages - name: Install Conda packages
run: | run: |
conda install conda-build conda-verify --yes conda install conda-build conda-verify --yes
conda config --set channel_priority strict
shell: shell:
bash -l {0} bash -l {0}
......
...@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION" ...@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo "- $CONDA_PYTORCH_CONSTRAINT" echo "- $CONDA_PYTORCH_CONSTRAINT"
echo "- $CONDA_CUDATOOLKIT_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