Skip to content

Commit

Permalink
System
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jul 4, 2024
1 parent 156bf05 commit 4913521
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: Install package
run: |
python -m pip install -U pip uv
uv venv
source .venv/bin/activate
uv pip install . -r requirements/test
uv pip install --system . -r requirements/test
- name: Run test suite
run: pytest

Expand All @@ -46,8 +44,6 @@ jobs:
- name: Install package
run: |
python -m pip install -U pip uv
uv venv
source .venv/bin/activate
uv pip install . -r requirements/dev
uv pip install --system . -r requirements/dev
- name: Run tox environments
run: tox

0 comments on commit 4913521

Please sign in to comment.