File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 fail-fast : false
2222 matrix :
23- python-version : [3.9]
23+ python-version : [" 3.9" ]
2424 ci_pattern :
2525 - test_query.py::TestContentType
2626 - test_query.py::TestSuccess
Original file line number Diff line number Diff line change 1919
2020 strategy :
2121 matrix :
22- python-version : [3.9]
22+ python-version : [" 3.9" ]
2323
2424 steps :
2525 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- python-version : [3.9]
20+ python-version : [" 3.9" ]
2121 platform : [windows-latest]
2222
2323 runs-on : ${{ matrix.platform }}
5959 env :
6060 SKIP_REAL : 1
6161 run : |
62- pytest -s -vvv --exitfirst --cov=src/ --cov=tests --cov-report=xml tests/mock_vws/${{ matrix.ci_pattern }}
62+ pytest -s -vvv --exitfirst --cov=src/ --cov=tests --cov-report=xml tests/mock_vws/
6363
6464 - name : " Show coverage file"
6565 run : |
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ fix-isort:
4242
4343.PHONY : pip-extra-reqs
4444pip-extra-reqs :
45- pip-extra-reqs --requirements-file=requirements/requirements.txt src/
45+ pip-extra-reqs --skip-incompatible -- requirements-file=requirements/requirements.txt src/
4646
4747.PHONY : pip-missing-reqs
4848pip-missing-reqs :
You can’t perform that action at this time.
0 commit comments