Skip to content

Commit 6905f01

Browse files
committed
Try ANACONDA_CLIENT_FORCE_STANDALONE=true work-around
1 parent 42fc143 commit 6905f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ jobs:
443443
- name: Upload
444444
env:
445445
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
446+
ANACONDA_CLIENT_FORCE_STANDALONE: true
446447
if: ${{ env.ANACONDA_TOKEN != '' }}
447448
run: |
448449
anaconda --token ${{ env.ANACONDA_TOKEN }} --verbose upload --user dppy --label dev ${PACKAGE_NAME}-*.conda

0 commit comments

Comments
 (0)