File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3030 python-version : ${{ matrix.python }}
3131 env :
3232 PYTHON_VERSION : ${{ matrix.python }}
33+ - name : Add msbuild to PATH
34+ if : matrix.os == 'windows-latest'
35+ uses : microsoft/setup-msbuild@v1.0.0
3336 - name : Install Dependencies
3437 run : |
3538 python -m pip install --upgrade pip flake8 pytest==4.6.6
4043 python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4144 python -m flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
4245 - name : Run Tests
43- shell : bash
4446 run : |
45- echo "Testing with Python $(python --version 2>&1)"
4647 npm test
47- if [ "$RUNNER_OS" == "Windows" ]; then
48- GYP_MSVS_VERSION=2015 GYP_MSVS_OVERRIDE_PATH="C:\\Dummy" python -m pytest
49- else
50- python -m pytest
51- fi
48+ python -m pytest
You can’t perform that action at this time.
0 commit comments