Skip to content

Commit

Permalink
⬆️ UPGRADE: default version: 7.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jun 20, 2022
1 parent 4cef188 commit f30f2a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# use `# noqa xxx` at the end of a line, to ignore a particular error
# or add to the warn_list, to ignore for the whole project
warn_list:
- '208' # File permissions unset or incorrect
- '208' # File permissions unset or incorrect
- internal-error
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
distro: [ubuntu1604, ubuntu1804, ubuntu2004]
distro: [ubuntu1804, ubuntu2004]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
repos:

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v1.5.0
rev: v2.3.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, "2", --preserve-quotes]

- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.26.3
hooks:
- id: yamllint

- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
rev: v6.3.0
hooks:
- id: ansible-lint
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantum_espresso_version: "6.5"
quantum_espresso_version: "7.0"
# quantum_espresso_git_tag: "90a2aa88298f5005b8ab8f5fcc354c5870481d68"
quantum_espresso_git_tag: "qe-{{ quantum_espresso_version }}"
quantum_espresso_src_archive: "q-e-{{ quantum_espresso_git_tag }}.tar.gz"
Expand Down

0 comments on commit f30f2a8

Please sign in to comment.