Skip to content

Commit

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

0 comments on commit 156bf05

Please sign in to comment.