Skip to content

Commit

Permalink
expanding ~ V
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Aug 30, 2024
1 parent f534cee commit 33b3901
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
head ${{ steps.plumed.outputs.dependency_file }}
plumed --version
test_stable:
# strategy:
# matrix:
runs-on: ubuntu-latest
# test_stable:
# # strategy:
# # matrix:
# runs-on: ubuntu-latest

steps:
- uses: Iximiel/install-plumed@v1
- name: run plumed
run: |
plumed --version
# steps:
# - uses: Iximiel/install-plumed@v1
# - name: run plumed
# run: |
# plumed --version

4 changes: 2 additions & 2 deletions install-plumed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [[ -n "$SUFFIX" ]]; then
fi

#just to be sure
prefix=${PREFIX-~/opt}
prefix=${prefix/~/$HOME}
prefix=${PREFIX:-"$HOME/opt"}
prefix=${prefix/'~'/$HOME}
mkdir -p "$prefix"
prefix=$(realpath "$prefix")
plumed_options="$plumed_options --prefix=\"$prefix\""
Expand Down

0 comments on commit 33b3901

Please sign in to comment.