Skip to content

Commit

Permalink
ci: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 17, 2024
1 parent 020eda6 commit 5fc55cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry install --with dev
poetry run pip install pytest
- name: Build package
id: build
Expand All @@ -38,7 +39,7 @@ jobs:
- name: Run tests
run: |
python -m pytest tests/
poetry run pytest tests/
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5fc55cd

Please sign in to comment.