Skip to content

Commit

Permalink
V1.1.1
Browse files Browse the repository at this point in the history
Correction Pipeline test
  • Loading branch information
Kaioguilherme1 committed Apr 22, 2024
1 parent edd1e13 commit c490515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
with:
python-version: '3.12'

- name: Install petry
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install petry
pip install poetry
- name: Install dependencies
run: petry install --without doc
run: poetry install --without doc

- name: Run tests
run: petry run task test
run: poetry run task test

0 comments on commit c490515

Please sign in to comment.