File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 id : poetry-cache
3333 with :
3434 path : |
35- **/ .venv
35+ .venv
3636 key : ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-poetry-${{ hashFiles('poetry.lock') }}
3737
3838 - name : Install dependencies
3939 if : steps.poetry-cache.outputs.cache-hit != 'true'
4040 run : |
41- just install
41+ just ci- install
4242
4343 - name : lint
4444 run : |
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 id : poetry-cache
3232 with :
3333 path : |
34- **/ .venv
34+ .venv
3535 key : ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-poetry-${{ hashFiles('poetry.lock') }}
3636
3737 - name : Install dependencies
3838 if : steps.poetry-cache.outputs.cache-hit != 'true'
3939 run : |
40- just install
40+ just ci- install
4141
4242 - name : unit test
4343 run : |
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ clean-builds:
5656 rm -rf dist/
5757 rm -rf yutto.egg-info/
5858
59+ ci-install :
60+ poetry install --no-interaction --no-root
61+
5962ci-fmt-check :
6063 poetry run isort --check-only .
6164 poetry run black --check --diff .
You can’t perform that action at this time.
0 commit comments