fixed poe install in ci.yml

This commit is contained in:
Jonas Depoix 2024-11-11 11:33:40 +01:00
parent 3c1acf3d9c
commit d7a974a4d9
1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
pip install poetry poe
pip install poetry poethepoet
poetry install --only dev
- name: Format
run: poe ci-format
- name: Lint
run: poe lint
test:
test-coverage:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -39,7 +39,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry poe
pip install poetry poethepoet
poetry install --with test
- name: Run tests
run: |