Skip to content

Commit

Permalink
Merge pull request #27 from CCBR/issue_26
Browse files Browse the repository at this point in the history
fix: fix #26
  • Loading branch information
kopardev authored Oct 30, 2024
2 parents 282fa3c + 9bd182b commit 454ea2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## v2.1
## v2.1.1

## Features/BugFixes

- fix loading `parkit_dev` conda env (#26)

## v2.1.0

## Features/BugFixes

Expand Down
3 changes: 2 additions & 1 deletion src/parkit/scripts/parkit_folder2hpcdme
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ temp_script=$(mktemp)
cat << EOF > "$temp_script"
#!/bin/bash
${SOURCE_CONDA_CMD}
conda activate parkit_dev
# conda activate parkit_dev
conda activate parkit
export HPC_DM_UTILS=${hpcdmutilspath}
echo \$HPC_DM_UTILS
which parkit
Expand Down
2 changes: 1 addition & 1 deletion src/parkit/src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit 454ea2b

Please sign in to comment.