Skip to content

Commit

Permalink
CI correctios
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed May 28, 2024
1 parent 4fc137a commit 820d195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- -mpi-
- -
# - -intel- #qe ./configure seem to dislike this intel compiler
qeVersion: ["5.0.2", "6.2.1", "7.0", "7.2"]
qeVersion: ["5.0.2", "6.2.0", "7.0", "7.2"]
include:
- qeVersion: "5.0.2"
qePlumedVersion: "5.0.2"
- qeVersion: "6.2.1"
- qeVersion: "6.2.0"
qePlumedVersion: "6.2"
- qeVersion: "7.0"
qePlumedVersion: "7.0"
- qeVersion: "7.2"
qePlumedVersion: 7.2"
qeExtra: "--enable-legacy_plugins"
qeExtra: --enable-legacy_plugins
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 820d195

Please sign in to comment.