Skip to content

Commit

Permalink
Add missing working directories to Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 21, 2024
1 parent 01f2426 commit ac1a444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/python-client/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,17 @@ runs:
python -m pip install --upgrade pip pipx
pipx install poetry
- name: Setup poetry project
working-directory: 'python-client'
shell: bash
run: |
poetry install --all-extras
- name: Code linting and formatting tool using Ruff
working-directory: 'python-client'
shell: bash
run: |
poetry run ruff check . --fix
- name: Check code formatting with Ruff
working-directory: 'python-client'
shell: bash
run: |
poetry run ruff format --check --target-version py39
Expand Down

0 comments on commit ac1a444

Please sign in to comment.