Skip to content

Commit 2950b85

Browse files
committed
P4DEVOPS-6213 Github Actions CI
1 parent 1d27d6d commit 2950b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
distribution: 'temurin'
1515
java-version: '21'
1616
- name: Install packages
17-
run: sudo apt-get update && sudo apt-get install -y python-tk python3-tk xvfb x11-utils
17+
run: sudo apt-get update && sudo apt-get install -y python3-tk xvfb x11-utils
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.10
21+
python-version: 3.11
2222
architecture: "x64"
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)