Skip to content

Commit c1d777c

Browse files
committed
Remove job to very dependencies
1 parent 6d23665 commit c1d777c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci-python.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,6 @@ jobs:
5454
env:
5555
TOXENV: mypy
5656

57-
verify-dependencies:
58-
name: Verify Dependencies Installation
59-
runs-on: ubuntu-latest
60-
strategy:
61-
matrix:
62-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
63-
steps:
64-
- name: Checkout source tree
65-
uses: actions/checkout@v4
66-
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v6
68-
with:
69-
python-version: ${{ matrix.python-version }}
70-
- name: Install dependencies (${{ matrix.python-version }})
71-
run: |
72-
python -m pip install --upgrade pip
73-
pip install -r py/requirements_lock.txt
74-
7557
unit-tests:
7658
name: Unit Tests
7759
needs: build

0 commit comments

Comments
 (0)