Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Sep 1, 2024
1 parent 5d30946 commit 48338e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Python requirements
run: |
pip install --upgrade uv
uv export | uv pip install -r -
uv export | uv pip install --system -r -
- name: Run linting
run: |
PYTHON_CMD_PREFIX="" NODE_CMD_PREFIX="" just lint
Expand Down

0 comments on commit 48338e7

Please sign in to comment.