Skip to content

Commit

Permalink
with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Nov 15, 2024
1 parent 02b9655 commit 09ebd33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/checkversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
tclsh <<< 'puts [info patchlevel]; exit'
wish <<< 'puts [info patchlevel]; exit'
- name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
uses: priya-kinthali/setup-python@test-930
uses: actions/setup-python@v5
# uses: priya-kinthali/setup-python@test-930

with:
python-version: ${{ matrix.python-version }}
Expand All @@ -39,9 +39,10 @@ jobs:
# pyenv install ${{ matrix.python-version }}
# pyenv global ${{ matrix.python-version }}
# python -m pip install --upgrade pip
- name: Verify Python Tk Version
- name: Print Tcl/Tk version
run: |
python -c "import tkinter; print(f'Tkinter TkVersion: {tkinter.TkVersion}')"
tclsh <<< 'puts [info patchlevel]; exit'
wish <<< 'puts [info patchlevel]; exit'
- name: Prepare Ubuntu xvfb
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 09ebd33

Please sign in to comment.