Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Mar 27, 2024
1 parent 6de2370 commit ca00251
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ runs:
run: |
conda install -y -q anaconda-client
conda config --set anaconda_upload yes
- name: Install CUDA toolkit
if: inputs.cuda != ''
uses: Jimver/[email protected]
with:
cuda: ${{ inputs.cuda }}
use-github-cache: false
use-local-cache: false
- name: Conda build (CPU)
if: inputs.label == '' && inputs.cuda == ''
shell: ${{ steps.choose_shell.outputs.shell }}
Expand Down

0 comments on commit ca00251

Please sign in to comment.