1919 uses : " actions/checkout@v4"
2020 - name : " Setup environment"
2121 uses : " networktocode/gh-action-setup-poetry-environment@v6"
22+ with :
23+ poetry-version : " 1.8.5"
2224 - name : " Linting: black"
2325 run : " poetry run invoke black"
2426 mypy :
3032 uses : " actions/checkout@v4"
3133 - name : " Setup environment"
3234 uses : " networktocode/gh-action-setup-poetry-environment@v6"
35+ with :
36+ poetry-version : " 1.8.5"
3337 - name : " Linting: mypy"
3438 run : " poetry run invoke mypy"
3539 bandit :
4145 uses : " actions/checkout@v4"
4246 - name : " Setup environment"
4347 uses : " networktocode/gh-action-setup-poetry-environment@v6"
48+ with :
49+ poetry-version : " 1.8.5"
4450 - name : " Linting: bandit"
4551 run : " poetry run invoke bandit"
4652 pydocstyle :
5258 uses : " actions/checkout@v4"
5359 - name : " Setup environment"
5460 uses : " networktocode/gh-action-setup-poetry-environment@v6"
61+ with :
62+ poetry-version : " 1.8.5"
5563 - name : " Linting: pydocstyle"
5664 run : " poetry run invoke pydocstyle"
5765 flake8 :
6371 uses : " actions/checkout@v4"
6472 - name : " Setup environment"
6573 uses : " networktocode/gh-action-setup-poetry-environment@v6"
74+ with :
75+ poetry-version : " 1.8.5"
6676 - name : " Linting: flake8"
6777 run : " poetry run invoke flake8"
6878 yamllint :
7484 uses : " actions/checkout@v4"
7585 - name : " Setup environment"
7686 uses : " networktocode/gh-action-setup-poetry-environment@v6"
87+ with :
88+ poetry-version : " 1.8.5"
7789 - name : " Linting: yamllint"
7890 run : " poetry run invoke yamllint"
7991 pylint :
97109 uses : " actions/checkout@v4"
98110 - name : " Setup environment"
99111 uses : " networktocode/gh-action-setup-poetry-environment@v6"
112+ with :
113+ poetry-version : " 1.8.5"
100114 - name : " Linting: Pylint"
101115 run : " poetry run invoke pylint"
102116 pytest :
@@ -115,6 +129,8 @@ jobs:
115129 uses : " actions/checkout@v4"
116130 - name : " Setup environment"
117131 uses : " networktocode/gh-action-setup-poetry-environment@v6"
132+ with :
133+ poetry-version : " 1.8.5"
118134 - name : " Run Tests"
119135 run : " poetry run invoke pytest"
120136 publish_gh :
0 commit comments