Skip to content

Commit 572087a

Browse files
committed
delete leftover anaconda token
1 parent 75dc052 commit 572087a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/push_conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
shell: bash -l {0}
6363
run: |-
6464
conda activate base
65+
66+
# delete any leftover token or netrc entry
67+
rm -f ~/.anaconda/token ~/.netrc || true
68+
6569
anaconda login \
6670
--username ${{ secrets.ANACONDA_USERNAME }} \
6771
--password ${{ secrets.ANACONDA_PASSWORD }}

0 commit comments

Comments
 (0)