Skip to content

Commit

Permalink
don't need echo yes when testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 17, 2024
1 parent ffbcf9d commit 261dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ANACONDA_LOGIN: ${{ secrets.ANACONDA_PASSWORD }}
shell: powershell
run: |
echo "yes" | anaconda login --username sleap-deps --password "$env:ANACONDA_LOGIN"
anaconda login --username sleap-deps --password "$env:ANACONDA_LOGIN"
anaconda -v upload "C:\c\build.tensorflow\win-64\*.tar.bz2" --label dev --user sleap-deps
anaconda logout
# - name: Upload to Anaconda (Ubuntu)
Expand Down

0 comments on commit 261dea4

Please sign in to comment.