Skip to content

Commit 10773be

Browse files
fix testing install str
1 parent ee19e89 commit 10773be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install dependencies for lux
6363
run: |
6464
python${{ matrix.python-version }} -m pip install --upgrade pip
65-
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
65+
pip install -r mpcontribs-lux/requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
6666
6767
- name: Run pre-commit for lux
6868
run: |

0 commit comments

Comments
 (0)