Skip to content

Commit

Permalink
ci(python): install all dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Dec 11, 2024
1 parent aaae168 commit 4a4e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-fbs-python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
- name: Install library
run: poetry install --no-interaction --only dev
run: poetry install --no-interaction
- name: Run unittest
run: poetry run python -m unittest

0 comments on commit 4a4e6f1

Please sign in to comment.