Skip to content

Commit

Permalink
Avoid modifying tracked file before pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Jan 28, 2023
1 parent fa96182 commit 90f8482
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ stages:
- bash: |
source "${HOME}/conda/etc/profile.d/conda.sh"
source "${HOME}/conda/etc/profile.d/mamba.sh"
echo " - python="$(python.version) >> environment_test.yml
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
mamba env create -f environment_test_with_pyversion.yml
conda activate discretize-test
pip install pytest-azurepipelines
displayName: Create Anaconda testing environment
Expand Down

0 comments on commit 90f8482

Please sign in to comment.