Skip to content

Commit 2d45ca8

Browse files
committed
Remove sdv installation
1 parent bcb2db9 commit 2d45ca8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deprecated-python.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ jobs:
3535
- name: Upgrade pip
3636
run: python -m pip install --upgrade pip
3737

38-
- name: Relax requires-python lower bound for installation
39-
run: |
40-
sed -i.bak -E "s/requires-python = '>=3\.[0-9]+/requires-python = '>=${{ matrix.python-version }}/" pyproject.toml
41-
grep -n "requires-python" pyproject.toml
42-
43-
- name: Install package and test dependencies
44-
run: python -m pip install --no-deps .[test]
45-
4638
- name: Install specified dependencies (unpinned)
4739
run: |
4840
# Install the provided dependency set without version pins

0 commit comments

Comments
 (0)