Skip to content

Commit

Permalink
BUG get override correct
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed May 31, 2024
1 parent fcb8320 commit 66b4c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_conda_plugins/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def conda_virtual_packages():
except Exception:
pass

if openmpi_version:
if mpich_version:
yield CondaVirtualPackage(
name="mpich",
version=mpich_version,
Expand Down

0 comments on commit 66b4c85

Please sign in to comment.