Skip to content

Commit ab038b2

Browse files
committed
skip unnecessary CI build step
1 parent ff75206 commit ab038b2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build_test.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@ jobs:
5959
- name: Run fix_lint
6060
run: python -m tox run -e fix_lint
6161

62-
dependency:
63-
name: Check dependency
64-
runs-on: ubuntu-latest
65-
strategy:
66-
matrix:
67-
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
68-
python-version: ["3.11"]
69-
steps:
70-
- uses: actions/checkout@v4
71-
- name: Set up Python
72-
uses: actions/setup-python@v4
73-
with:
74-
python-version: ${{ matrix.python-version }}
75-
- name: Display Python version
76-
run: python -c "import sys; print(sys.version)"
77-
- name: Install tox
78-
run: python -m pip install tox>=4
79-
- name: Run tests
80-
run: python -m tox run -e dependency
62+
# dependency:
63+
# name: Check dependency
64+
# runs-on: ubuntu-latest
65+
# strategy:
66+
# matrix:
67+
## python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
68+
# python-version: ["3.11"]
69+
# steps:
70+
# - uses: actions/checkout@v4
71+
# - name: Set up Python
72+
# uses: actions/setup-python@v4
73+
# with:
74+
# python-version: ${{ matrix.python-version }}
75+
# - name: Display Python version
76+
# run: python -c "import sys; print(sys.version)"
77+
# - name: Install tox
78+
# run: python -m pip install tox>=4
79+
# - name: Run tests
80+
# run: python -m tox run -e dependency
8181

8282
build:
8383
needs: lint

0 commit comments

Comments
 (0)