Skip to content

Commit 38be1c2

Browse files
committed
Comment temp some code
1 parent e09421c commit 38be1c2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/main.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ jobs:
1414

1515
- name: Install poetry
1616
run: pipx install poetry
17-
18-
- uses: actions/setup-python@v4
19-
with:
20-
python-version: ${{ matrix.python-version }}
21-
cache: 'poetry'
22-
23-
- name: Install dependencies
24-
run: poetry install
25-
26-
- name: Check format
27-
run: make check_format
28-
29-
- name: Run linters
30-
run: make lint
31-
32-
- name: Run tests
33-
run: make test
17+
#
18+
# - uses: actions/setup-python@v4
19+
# with:
20+
# python-version: ${{ matrix.python-version }}
21+
# cache: 'poetry'
22+
#
23+
# - name: Install dependencies
24+
# run: poetry install
25+
#
26+
# - name: Check format
27+
# run: make check_format
28+
#
29+
# - name: Run linters
30+
# run: make lint
31+
#
32+
# - name: Run tests
33+
# run: make test
3434

3535
deploy-to-pypi-test:
3636
name: Deploy to TestPyPI

0 commit comments

Comments
 (0)