Skip to content

Commit 328ae27

Browse files
committed
Pins poetry version
1 parent 4e6f49c commit 328ae27

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
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:
@@ -30,6 +32,8 @@ jobs:
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:
@@ -41,6 +45,8 @@ jobs:
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:
@@ -52,6 +58,8 @@ jobs:
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:
@@ -63,6 +71,8 @@ jobs:
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:
@@ -74,6 +84,8 @@ jobs:
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:
@@ -97,6 +109,8 @@ jobs:
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

Comments
 (0)