Skip to content

Commit

Permalink
2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Sep 7, 2024
1 parent 99409d8 commit 5b37548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
UV_SYSTEM_PYTHON: 1
steps:
- uses: actions/checkout@v4
- name: Use Just for running commands
Expand All @@ -31,7 +29,7 @@ jobs:
uv sync --inexact --frozen
- name: Run linting
run: |
PYTHON_CMD_PREFIX="" NODE_CMD_PREFIX="" just lint
PATH=$(pwd)/.venv/bin/:${PATH} just lint
env:
SECRET_KEY: secret-key-for-testing-only
DEBUG: on
Expand Down

0 comments on commit 5b37548

Please sign in to comment.