File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ jobs:
14
14
15
15
- name : Install poetry
16
16
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
34
34
35
35
deploy-to-pypi-test :
36
36
name : Deploy to TestPyPI
You can’t perform that action at this time.
0 commit comments