Skip to content

Commit

Permalink
Use poetry-locked version of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 18, 2024
1 parent 58a0a69 commit 8c2de35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: pipx install poetry==1.8.2
- run: poetry config virtualenvs.in-project true
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: 3.10

- name: Install dependencies
run: python -m pip install --upgrade coverage[toml]
run: poetry install --only dev

- name: Download data
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 8c2de35

Please sign in to comment.