Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
omatheuspimenta committed Aug 22, 2024
1 parent 8538f3b commit 35d9e0f
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 @@ -16,16 +16,16 @@ jobs:

- name: Poetry Install
run: pip install poetry


- name: Install project without documentation
run: poetry install --without doc

- name: Maturin PyO3 action
uses: PyO3/maturin-action@v1
with:
command: build
args: --release

- name: Install project without documentation
run: poetry install --without doc

- name: Run tests
run: poetry run task test --cov-report=xml

Expand Down

0 comments on commit 35d9e0f

Please sign in to comment.