Skip to content

Commit

Permalink
test-system-install
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 25, 2024
1 parent 9f6b27e commit 75ab242
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@ jobs:
name: dist
path: dist/

test-sudo-system-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
- run: sudo /opt/hostedtoolcache/uv/0.4.26/x86_64/uv pip install --system black

test-system-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
- run: uv pip install --system black
- run: uv pip install --user black

0 comments on commit 75ab242

Please sign in to comment.