Skip to content

Commit

Permalink
Update kkr_dos and bandstruc workflow tests and reset yapf version
Browse files Browse the repository at this point in the history
downgrade yapf to version 0.33 (as before) because there is a dependency conflict
with aiida-core otherwise
  • Loading branch information
PhilippRue committed Nov 10, 2023
1 parent e918c13 commit 6ac8c30
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Documentation = "https://aiida-kkr.readthedocs.io"
[project.optional-dependencies]
pre-commit = [
"pre-commit==3.3.3",
"yapf==0.40.1",
"yapf==0.33.0",
"pylint==1.9.4; python_version<'3.0'",
"pylint==2.17.4; python_version>='3.0'",
]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified tests/workflows/test_bs_wc/test_bs_wc_Cu.npz
Binary file not shown.

0 comments on commit 6ac8c30

Please sign in to comment.