Skip to content

Commit

Permalink
neater run and name
Browse files Browse the repository at this point in the history
  • Loading branch information
johubertj committed Feb 22, 2025
1 parent 1ef30f0 commit 42f51f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,11 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: |
cd tests/integrationv2
pip install .
run: pip install tests/integrationv2
- name: Run Ruff formatting check
id: ruff_format
run: |
cd tests/integrationv2
ruff format --check .
run: ruff format --check tests/integrationv2
continue-on-error: true
continue-on-error: true
- name: Check exit code
if: steps.ruff_format.outcome == 'failure'
Expand Down

0 comments on commit 42f51f0

Please sign in to comment.