We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a34c1f4 + d0fb875 commit adf9e22Copy full SHA for adf9e22
.github/workflows/python-package.yml
@@ -64,7 +64,7 @@ jobs:
64
python -m pip install --upgrade pip
65
python -m pip install -U pip setuptools wheel line_profiler
66
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
67
- python -m pip install .
+ python -m pip install -e .
68
python -m pip freeze
69
- name: Tests
70
shell: "bash -l {0}"
requirements_dev_minimal.txt
@@ -5,4 +5,4 @@ numcodecs==0.12.1
5
msgpack-python==0.5.6
6
setuptools-scm==8.0.4
7
# test requirements
8
-pytest==7.4.4
+pytest==8.1.1
0 commit comments