Skip to content

Commit

Permalink
remove croot
Browse files Browse the repository at this point in the history
  • Loading branch information
krande committed Aug 20, 2021
1 parent 9b15d9d commit 0f75dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --token=$ANACONDA_TOKEN --user krande --override-channels --croot /home/runner/work/_build
run: conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --token=$ANACONDA_TOKEN --user krande --override-channels



0 comments on commit 0f75dbc

Please sign in to comment.