Skip to content

Commit fd2bf92

Browse files
committed
_
1 parent 7a2c805 commit fd2bf92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
fi
3939
echo PATH=$PATH >> $GITHUB_ENV
4040
uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
41-
- name: Install test requirements
42-
run: uv pip install -e .[test]
41+
uv pip install -e .[test]
42+
# - name: Install test requirements
43+
# run:
4344
- name: Run tests
4445
run: |
4546
uv run pytest tests/

0 commit comments

Comments
 (0)