Skip to content

Commit

Permalink
Reuse python-toolbox functionality to setup python environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jun 10, 2024
1 parent 0510dd7 commit c3a361c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/pytest-plugins-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ runs:
using: "composite"
steps:

- name: Setup Python (${{ inputs.python-version}})
uses: actions/setup-python@v5
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python[email protected]
with:
python-version: ${{ inputs.python-version }}

- name: Setup Poetry (${{ inputs.poetry-version }})
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ inputs.poetry-version }}

- name: Setup just (${{ inputs.just-version }})
Expand Down

0 comments on commit c3a361c

Please sign in to comment.