Skip to content

Commit

Permalink
[CI] removed mpi4py from pyprojec.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Mar 20, 2024
1 parent d9746c5 commit 09ac80d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/conda_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
python -mpip install -U pip
python -mpip install -r "${REQUIREMENTS_CI}"
python -mpip install ./
python -mpip install mpi4py
- name: "Run tests: Basic"
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ gmsh = "*"
jinja2 = "*"
joblib = "*"
llvmlite = "*"
mpi4py = "*"
netCDF4 = "*"
numpy = ">=1.20, <2.0"
pandas = "*"
Expand Down

0 comments on commit 09ac80d

Please sign in to comment.