Skip to content

Commit

Permalink
CI: Fix run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Jan 4, 2024
1 parent 58aec4b commit bcc4c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure/azure_template_posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
python -c "import arch; arch.test(['-n', 'auto', '--junitxml=../junit/test-results.xml'])"
popd
displayName: 'Run tests (site-packages)'
condition: and(eq(variables['test.install'], 'true'), ne(variables['pip.pre'], 'true'))
condition: eq(variables['test.install'], 'true')
- script: |
echo "Testing editable install"
Expand Down

0 comments on commit bcc4c08

Please sign in to comment.