Skip to content

Commit

Permalink
fix typo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Feb 1, 2024
1 parent b37e116 commit 38f3ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: build conda package
run: |
# set up environment
cd conda.recipe
cd conda-recipe
echo "versioningit $(versioningit ../)"
# build the package
VERSION=$(versioningit ../) conda mambabuild --output-folder . .
Expand Down

0 comments on commit 38f3ee8

Please sign in to comment.