Skip to content

Commit 51c6792

Browse files
Remove MPI module from CI
1 parent 38cee05 commit 51c6792

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ include:
1616
file:
1717
- /ci/jobs/auto-release.yml
1818

19-
variables:
20-
EXTRA_MODULES: archive/2021-05:py-mpi4py
21-
2219
py36:
2320
variables:
2421
bb5_cpus_per_task: 6

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ commands_post =
6767
deps =
6868
{[base]testdeps}
6969
pycodestyle
70-
pylint
70+
pylint<2.9
7171
isort
7272
black
7373
commands =

0 commit comments

Comments
 (0)