Skip to content

Commit 65b092f

Browse files
committed
forget splitting the build and test step for a minute... sigh
1 parent de3dc9a commit 65b092f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_conda.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ jobs:
3636
3737
# install conda-build and conda-verify
3838
conda install conda-build conda-verify
39+
# conda install conda-build
3940

4041
# conda build
4142
mkdir -p /app/fre-nctools-tarball
42-
conda build . --build-only --no-anaconda-upload --package-format tar.bz2 --output-folder /app/fre-nctools-tarball || echo "conda build failed, guarding. artifact upload will fail instead."
43-
conda build --test $(ls /app/fre-nctools-tarball/noarch/fre-nctools-*.tar.bz2)
43+
conda build . --package-format tar.bz2 --output-folder /app/fre-nctools-tarball || echo "conda build failed, guarding. artifact upload will fail instead."
44+
# conda build . --build-only --no-anaconda-upload --package-format tar.bz2 --output-folder /app/fre-nctools-tarball || echo "conda build failed, guarding. artifact upload will fail instead."
45+
# conda build --test $(ls /app/fre-nctools-tarball/noarch/fre-nctools-*.tar.bz2)
4446

4547
# # highly desired...
4648
# - name: Upload test-suite.log

0 commit comments

Comments
 (0)