Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGrin committed Jan 21, 2025
1 parent 528ae4c commit f269f73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ jobs:
- name: Install dependencies
run: |
uv pip install --no-deps .
uv pip install pytest
uv pip install -r requirements.txt
uv pip install --system --no-deps .
uv pip install --system pytest
uv pip install --system -r requirements.txt
- name: Initialize submodules
run: git submodule update --init --recursive

- name: Run Tests
run: |
uv run pytest tests/
pytest tests/

0 comments on commit f269f73

Please sign in to comment.