Skip to content

Commit

Permalink
#5 Added LanguageContainerDeployer integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 14, 2024
1 parent 732271f commit d996019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_language_container_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from exasol.python_extension_common.deployment.language_container_deployer import (
LanguageContainerDeployer, LanguageActivationLevel)

from test.utils.revert_language_settings import revert_language_settings
from test.utils.revert_language_settings import revert_language_settings # pylint: disable=import-error


LANGUAGE_CONTAINER_URL = ("https://github.com/exasol/script-languages-release/releases/"
Expand Down

0 comments on commit d996019

Please sign in to comment.