Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomperez98 committed Feb 26, 2024
1 parent aa8553d commit 12e5bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: pyproject.toml

- uses: yezz123/setup-uv@v1


- name: Install deps
run: |
pip install -U pip uv
uv venv
uv pip install -r requirements/dev.txt
uv pip install --no-deps -e .
Expand Down

0 comments on commit 12e5bd4

Please sign in to comment.