Skip to content

Commit

Permalink
removed mpi4py conda install in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skatnagallu committed Mar 15, 2024
1 parent 53cf41e commit 1ba570e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- run: conda install mpi4py=3.1.4
- name: Install venv
run: poetry install
- name: Test
Expand Down

0 comments on commit 1ba570e

Please sign in to comment.