Skip to content

Commit

Permalink
chore(ci): simplify uv
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed May 12, 2024
1 parent b6dc6f5 commit 6649b76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
os: ['ubuntu-latest']
python-version: ['3.8']

env:
UV_SYSTEM_PYTHON: 1

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -47,5 +50,4 @@ jobs:
- name: Do linting
run: |
make UV_INSTALL_FLAGS="--system" \
install ci-check
make install ci-check

0 comments on commit 6649b76

Please sign in to comment.