Skip to content

Commit

Permalink
Fixed check_ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jun 14, 2024
1 parent b6440a2 commit 7b458d4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
run: df -h

- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: "3.10"
poetry-version: '1.8.2'


- name: Run Integration Tests
run: >
Expand Down Expand Up @@ -103,7 +107,11 @@ jobs:
run: df -h

- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: "3.10"
poetry-version: '1.8.2'


- name: Run notebook tests
run: >
Expand Down

0 comments on commit 7b458d4

Please sign in to comment.