We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef73b53 commit 6b548c3Copy full SHA for 6b548c3
ci/azure/windows.yml
@@ -21,7 +21,9 @@ jobs:
21
displayName: 'Add conda to PATH'
22
- script: conda install -c conda-canary conda
23
displayName: Update conda
24
- - script: conda env create -q --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
+ - script: |
25
+ call activate
26
+ conda env create -q --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
27
displayName: 'Create anaconda environment'
28
- script: |
29
call activate pandas-dev
0 commit comments