File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
path : ~/.cache/pypoetry/virtualenvs
24
24
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
25
25
- run : poetry --version
26
- - run : poetry install --all-extras
26
+ - run : poetry install
27
27
- name : Build and publish package
28
28
run : poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 22
22
path : ~/.cache/pypoetry/virtualenvs
23
23
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
24
24
- run : poetry --version
25
- - run : poetry install --all-extras
25
+ - run : poetry install
26
26
- name : Test with pytest
27
27
run : |
28
28
poetry run coverage run -m pytest
56
56
path : ~/.cache/pypoetry/virtualenvs
57
57
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
58
58
- run : poetry --version
59
- - run : poetry install --all-extras
59
+ - run : poetry install
60
60
- name : Lint with ruff
61
61
run : |
62
62
poetry run ruff check
77
77
path : ~/.cache/pypoetry/virtualenvs
78
78
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
79
79
- run : poetry --version
80
- - run : poetry install --all-extras
80
+ - run : poetry install
81
81
- name : Lint with mypy
82
82
run : |
83
83
poetry run mypy
You can’t perform that action at this time.
0 commit comments