Skip to content

Commit 8c2de35

Browse files
committed
Use poetry-locked version of coverage
1 parent 58a0a69 commit 8c2de35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ jobs:
124124
steps:
125125
- uses: actions/checkout@v4
126126

127+
- run: pipx install poetry==1.8.2
128+
- run: poetry config virtualenvs.in-project true
127129
- uses: actions/setup-python@v5
128130
with:
129-
python-version: "3.10"
131+
python-version: 3.10
130132

131133
- name: Install dependencies
132-
run: python -m pip install --upgrade coverage[toml]
134+
run: poetry install --only dev
133135

134136
- name: Download data
135137
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)