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 e30a9d1 commit 732271f
Showing 1 changed file with 3 additions and 3 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.8.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.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.8.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.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.8.0
uses: exasol/python-toolbox/.github/actions/python-environment@0.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 732271f

Please sign in to comment.