Skip to content

Commit

Permalink
ci: no longer trying to remove bfio
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 25, 2024
1 parent 89959c8 commit 53fa4a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
else
poetry install
fi
poetry remove bfio
poetry add "numpy<2.0"
poetry add "${bfio_wheel}[all]"
poetry run pytest -v
Expand Down Expand Up @@ -186,7 +185,6 @@ jobs:
else
poetry install
fi
poetry remove bfio
poetry add "numpy<2.0"
poetry add "${bfio_wheel}[all]"
poetry run pytest -v
Expand Down

0 comments on commit 53fa4a9

Please sign in to comment.