Skip to content

Commit 5c6d2e0

Browse files
committed
WIP
1 parent ac054a1 commit 5c6d2e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/azure/posix.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
displayName: 'Setup environment and build pandas'
2323

2424
- script: |
25-
source activate pandas-dev
26-
ci/run_tests.sh
25+
conda run -n pandas-dev --no-capture-output ci/run_tests.sh
2726
displayName: 'Test'
2827
29-
- script: source activate pandas-dev && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
28+
- script: |
29+
pushd /tmp
30+
conda run -n pandas-dev python -c "import pandas; pandas.show_versions()"
31+
popd
3032
displayName: 'Build versions'
3133
3234
- task: PublishTestResults@2

0 commit comments

Comments
 (0)