Skip to content

Commit

Permalink
Fixed python version to be used in slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jan 13, 2025
1 parent 52da91c commit ffb5876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"

- name: Tests
env:
Expand Down

0 comments on commit ffb5876

Please sign in to comment.