File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3939 poetry-version : " 1.6.1"
4040
4141 - name : Install dependencies
42- run : poetry install --no-root
42+ run : poetry install
4343
4444 - name : Run taiga-stats
4545 run : |
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ version: ~> 1.0
99dist : jammy
1010language : python
1111python :
12- - " 3.11"
13- - " 3.12"
12+ - " 3.11"
13+ - " 3.12"
1414cache : pip
1515before_install : pip install poetry
1616install : poetry install
1717script :
18- - poetry run taiga-stats -v
19- - poetry run taiga-stats -h
20- # - poetry run pylint taiga_stats/
21- # - poetry run black --check .
22- - poetry run ruff check
23- - poetry run ruff format
18+ - poetry run taiga-stats -v
19+ - poetry run taiga-stats -h
20+ # - poetry run pylint taiga_stats/
21+ # - poetry run black --check .
22+ - poetry run ruff check
23+ - poetry run ruff format
You can’t perform that action at this time.
0 commit comments