Skip to content

Commit

Permalink
maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Galstyan committed Jun 22, 2024
1 parent 1ba06ef commit fa95d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- name: Install dependencies
run: |
python -m pip install uv
uv pip install -e . --system
python -m pip install --upgrade pip
python -m pip install -e .
- name: Checks with pre-commit
uses: pre-commit/action@v2.0.3

- name: Test with pytest
run: |
python -m pip install .
python -m pip install -e .
python -m pytest

0 comments on commit fa95d75

Please sign in to comment.