Skip to content

Commit ba9f19c

Browse files
committed
Fix CI
1 parent 0d80916 commit ba9f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure_template_posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
echo pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 ${COVERAGE_OPTS} linearmodels/tests
141141
pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 ${COVERAGE_OPTS} linearmodels/tests
142142
displayName: 'Run tests (editable)'
143-
condition: and(or(ne(variables['test.wheel'], 'true'), ne(variables['test.sdist'], 'true')), ne(variables['pip.pre'], 'true'))
143+
condition: and(and(ne(variables['test.wheel'], 'true'), ne(variables['test.sdist'], 'true')), ne(variables['pip.pre'], 'true'))
144144
145145
- script: |
146146
echo "Testing pip-pre"

0 commit comments

Comments
 (0)