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