Skip to content

Commit

Permalink
Using venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 19, 2024
1 parent b119300 commit 038b12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m uv pip install .[test]
- name: Lint with ruff
run: |
ruff .
python -m ruff .
- name: Test with pytest
run: |
python -m pytest
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
git checkout $GITHUB_SHA
echo "Setting up Python environment"
python3 -m venv env
./env/bin/pip install uv
./env/bin/uv venv
./env/bin/uv pip install -e . # Install Python dependencies
echo "Start on boot"
Expand Down

0 comments on commit 038b12f

Please sign in to comment.