Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 26, 2024
1 parent 3044d55 commit d9e9d3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install uv
run: pip install uv

- name: Create and activate virtual environment
run: uv venv && source .venv/bin/activate

- name: Install Python package and test dependencies
run: uv pip install .[test] && uv pip freeze

Expand Down Expand Up @@ -64,6 +67,9 @@ jobs:
- name: Install uv
run: pip install uv

- name: Create and activate virtual environment
run: uv venv && source .venv/bin/activate

- name: Install Python package and test dependencies
run: uv pip install .[test] && uv pip freeze

Expand Down

0 comments on commit d9e9d3c

Please sign in to comment.