Skip to content

Initial github workflows#4

Closed
tolgaerdonmez wants to merge 5 commits intomainfrom
feature/github-workflows
Closed

Initial github workflows#4
tolgaerdonmez wants to merge 5 commits intomainfrom
feature/github-workflows

Conversation

@tolgaerdonmez
Copy link
Collaborator

  • Currently added linting for frontend/backend

Comment on lines +19 to +27
- name: Set up poetry
run: pipx install poetry==2.1.2

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'poetry'
cache-dependency-path: ./backend/poetry.lock
Copy link
Collaborator

@karlatcodecentric karlatcodecentric Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to install pipx independently of python? If however possible, it should be better / more clear described how pipx could be installed without installing python first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants