Skip to content

Commit

Permalink
Merge pull request #4 from ornlneutronimaging/next
Browse files Browse the repository at this point in the history
advance to release candidate
  • Loading branch information
KedoKudo authored Feb 1, 2024
2 parents 3c693ab + 6142f36 commit e6202c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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
File renamed without changes.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- tqdm
- pre-commit
# conda packaging
- anaconda-client # for uploading to anaconda
- boa
- conda-build
- conda-verify
Expand Down

0 comments on commit e6202c7

Please sign in to comment.