Skip to content

Commit

Permalink
updated installation
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 11, 2024
1 parent d4bf110 commit fa91690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: if [ -f requirements/requirements-test.txt ]; then pip install -r requirements/requirements-test.txt --system; fi

- name: Install package
run: python -m uv pip install . --system
run: uv pip install . --system

- name: Run pytest tests
run: pytest tests -x -vv

0 comments on commit fa91690

Please sign in to comment.