Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Mar 9, 2022
2 parents 5424ec0 + 29bbfe1 commit 8af5cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
mkdir scratch
cp LICENSE scratch/
python run_grayskull.py
conda config --append channels conda-forge
conda config --append channels sgbaird
conda config --add channels conda-forge
conda config --add channels pytorch
conda config --add channels sgbaird
conda config --set anaconda_upload yes
python -m pytest
cd scratch
conda build .
cd ..
Expand Down

0 comments on commit 8af5cfd

Please sign in to comment.