Skip to content

Commit

Permalink
typo on unittest fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Oct 28, 2024
1 parent 71561df commit 318341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
echo "versioningit $(versioningit ../)"
# conda channels could have been defined in the conda-incubator, but you can copy/paste the lines
# below to build the conda package in your local machine
CHANNELS="--channel --channel conda-forge"
CHANNELS="--channel conda-forge"
VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
conda verify noarch/hyspecplanningtools*.tar.bz2

0 comments on commit 318341f

Please sign in to comment.