Skip to content

Commit 68686ca

Browse files
authored
Hopefully fix macOS CI faliure
1 parent e64cfae commit 68686ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
python-version: ["3.9", "3.10", "3.11", "3.12"]
4646
env:
4747
TCLLIBPATH: ./lib
48-
PYTHON: /usr/local/opt/python@${{ matrix.python-version }}/libexec/bin/python
4948
steps:
5049
- uses: actions/checkout@v3
5150
- run: brew install python@${{ matrix.python-version }}
5251
- run: brew install python-tk@${{ matrix.python-version }}
53-
- run: $PYTHON --version
5452
- run: |
5553
python3 -m pip install .
5654
python3 -m pip install pytest

0 commit comments

Comments
 (0)