Skip to content

Commit

Permalink
Revert installing imp
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDiamond authored Feb 5, 2024
1 parent 4d821ae commit 221dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
elif [[ "$PYTHON_VERSION" == "3.11" ]]; then
conda install scipy=1.9.3 numpy=1.23.4 nose
elif [[ "$PYTHON_VERSION" == "3.12" ]]; then
conda install scipy=1.11.3 numpy=1.26.0 nose imp
conda install scipy=1.11.3 numpy=1.26.0 nose
fi
if [[ "$RUNNER_OS" == "macOS" ]]; then
sudo rm -rf /Library/Developer/CommandLineTools
Expand Down

0 comments on commit 221dd93

Please sign in to comment.