We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa96182 commit 90f8482Copy full SHA for 90f8482
azure-pipelines.yml
@@ -82,8 +82,9 @@ stages:
82
- bash: |
83
source "${HOME}/conda/etc/profile.d/conda.sh"
84
source "${HOME}/conda/etc/profile.d/mamba.sh"
85
- echo " - python="$(python.version) >> environment_test.yml
86
- mamba env create -f environment_test.yml
+ cp environment_test.yml environment_test_with_pyversion.yml
+ echo " - python="$(python.version) >> environment_test_with_pyversion.yml
87
+ mamba env create -f environment_test_with_pyversion.yml
88
conda activate discretize-test
89
pip install pytest-azurepipelines
90
displayName: Create Anaconda testing environment
0 commit comments