Skip to content

tkinter minimal

tkinter minimal #78

name: Test Python Package
on:
workflow_dispatch:
jobs:
minimal:
runs-on: macos-13
steps:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: import tkinter
run: |
echo python --version
python3.9 -c "import tkinter"