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 ff4437e commit c891431Copy full SHA for c891431
ci/azure/windows.yml
@@ -19,10 +19,13 @@ jobs:
19
steps:
20
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
21
displayName: Add conda to PATH
22
- - script: conda env create --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
+ - script: conda update -q -n base conda
23
+ displayName: Update conda
24
+ - script: conda env create -q --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
25
displayName: Create anaconda environment
26
- script: |
27
call activate pandas-dev
28
+ call conda list
29
ci\\incremental\\build.cmd
30
displayName: 'Build'
31
ci/deps/azure-windows-37.yaml
@@ -1,9 +1,11 @@
1
name: pandas-dev
2
channels:
3
- defaults
4
+ - conda-forge
5
dependencies:
6
- beautifulsoup4
7
- bottleneck
8
+ - gcsfs
9
- html5lib
10
- jinja2
11
- lxml
0 commit comments