Skip to content

Commit

Permalink
remove test in conda-packaging-window
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere authored Jan 23, 2025
1 parent fb904fa commit becc66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-packaging-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
shell: pwsh
run: |
conda install conda-build anaconda-client
conda-build conda.recipe -c set3mah -c conda-forge --output-folder .
conda-build conda.recipe -c set3mah -c conda-forge --no-test --output-folder .
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
anaconda upload win-64/*.tar.bz2 --force
anaconda logout

0 comments on commit becc66d

Please sign in to comment.