Skip to content

Commit adf9e22

Browse files
authored
Merge branch 'main' into optimize-array-set
2 parents a34c1f4 + d0fb875 commit adf9e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python -m pip install --upgrade pip
6565
python -m pip install -U pip setuptools wheel line_profiler
6666
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
67-
python -m pip install .
67+
python -m pip install -e .
6868
python -m pip freeze
6969
- name: Tests
7070
shell: "bash -l {0}"

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ numcodecs==0.12.1
55
msgpack-python==0.5.6
66
setuptools-scm==8.0.4
77
# test requirements
8-
pytest==7.4.4
8+
pytest==8.1.1

0 commit comments

Comments
 (0)