We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d27d6d commit 2950b85Copy full SHA for 2950b85
.github/workflows/ci.yaml
@@ -14,11 +14,11 @@ jobs:
14
distribution: 'temurin'
15
java-version: '21'
16
- name: Install packages
17
- run: sudo apt-get update && sudo apt-get install -y python-tk python3-tk xvfb x11-utils
+ run: sudo apt-get update && sudo apt-get install -y python3-tk xvfb x11-utils
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: 3.10
+ python-version: 3.11
22
architecture: "x64"
23
- name: Set up Ruby
24
uses: ruby/setup-ruby@v1
0 commit comments