Skip to content

Commit

Permalink
Use python version from inputs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 12, 2024
1 parent c1498e7 commit fa8f745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests-integration-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
with:
python-version: ${{ inputs.python-version }}

# - name: Setup Python & Poetry Environment
# uses: ./.github/actions/prepare_poetry_env

- name: Install Lua environment
run: poetry run -- nox -s install_lua_environment

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests-integration-no-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: actions/checkout@v4

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

- id: generate_integration_tests_without_db
name: "Generate list of integration tests without DB"
Expand Down Expand Up @@ -48,9 +50,6 @@ jobs:
with:
python-version: ${{ inputs.python-version }}

# - name: Setup Python & Poetry Environment
# uses: ./.github/actions/prepare_poetry_env

- name: Poetry install
run: poetry run -- nox -s run_in_dev_env -- poetry install

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
python-version: ${{ inputs.python-version }}

# - name: Setup Python & Poetry Environment
# uses: ./.github/actions/prepare_poetry_env

- name: Install Lua environment
run: poetry run -- nox -s install_lua_environment

Expand Down

0 comments on commit fa8f745

Please sign in to comment.