Skip to content

Commit

Permalink
improve pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed May 2, 2024
1 parent c915096 commit 95c8285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install bfabricPy
run: |
pip install uv
uv install ".[dev]"
uv pip install ".[dev]"
- name: Run unit tests
run: python -m unittest discover -s bfabric/tests/unit -p 'test_*.py'
code_style:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install bfabricPy
run: |
pip install uv
uv install ".[dev]"
uv pip install ".[dev]"
- name: Check code with ruff
run:
ruff bfabric

0 comments on commit 95c8285

Please sign in to comment.