Skip to content

Commit

Permalink
Try removing line_profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Oct 31, 2023
1 parent c576d5c commit 837854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
conda activate zarr-env
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel line_profiler
python -m pip install -U pip setuptools wheel
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
python -m pip install .
python -m pip freeze
Expand Down

0 comments on commit 837854b

Please sign in to comment.