Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Galstyan committed Jun 22, 2024
1 parent 48215ae commit 62731d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ jobs:

- name: Test with pytest
run: |
python -m pip install --upgrade pip
python -m pip install uv
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install -r examples/requirements.txt
python -m pytest

0 comments on commit 62731d1

Please sign in to comment.