We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64cfae commit 68686caCopy full SHA for 68686ca
.github/workflows/test.yml
@@ -45,12 +45,10 @@ jobs:
45
python-version: ["3.9", "3.10", "3.11", "3.12"]
46
env:
47
TCLLIBPATH: ./lib
48
- PYTHON: /usr/local/opt/python@${{ matrix.python-version }}/libexec/bin/python
49
steps:
50
- uses: actions/checkout@v3
51
- run: brew install python@${{ matrix.python-version }}
52
- run: brew install python-tk@${{ matrix.python-version }}
53
- - run: $PYTHON --version
54
- run: |
55
python3 -m pip install .
56
python3 -m pip install pytest
0 commit comments