Skip to content

Commit

Permalink
corrected the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed May 28, 2024
1 parent 7e03417 commit 1474e4f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
- -mpi-
- -
- -intel-
qeVersion:
- 5.0.2
- 6.2
- 7.0
- 7.2
qeVersion: [5.0.2, 6.2, 7.0, 7.2]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down Expand Up @@ -90,9 +86,9 @@ jobs:
run: |
git clone https://gitlab.com/QEF/q-e.git
cd q-e
git checkout qe-${matrix.qeVersion}
git checkout qe-${{ matrix.qeVersion }}
./configure --prefix="$HOME/opt"
plumed patch --engine qespresso-${matrix.qeVersion} -p
plumed patch --engine qespresso-${{ matrix.qeVersion }} -p
make pw
make install
- name: Check files
Expand Down

0 comments on commit 1474e4f

Please sign in to comment.