Skip to content

Commit

Permalink
tests: uprev miniconda (#3881)
Browse files Browse the repository at this point in the history
Newer version required to handle internal changes in anaconda/conda.

Signed-off-by: Sergio Schvezov <[email protected]>
  • Loading branch information
sergiusens authored Aug 22, 2022
1 parent 835d726 commit 3a5ad3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apps:
parts:
ipython:
plugin: conda
conda-miniconda-version: 4.6.14
conda-miniconda-version: "py39_4.12.0"
conda-packages:
- ipython
conda-python-version: "3.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apps:
parts:
ipython:
plugin: conda
conda-miniconda-version: 4.6.14
conda-miniconda-version: "py39_4.12.0"
conda-packages:
- ipython
conda-python-version: "3.7"
conda-python-version: "3.9"
4 changes: 2 additions & 2 deletions tests/spread/plugins/v2/snaps/conda-hello/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ apps:
parts:
ipython:
plugin: conda
conda-miniconda-version: 4.6.14
conda-miniconda-version: "py39_4.12.0"
conda-packages:
- ipython
conda-python-version: "3.7"
conda-python-version: "3.9"
hello:
plugin: dump
source: .

0 comments on commit 3a5ad3f

Please sign in to comment.