File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383 fetch-depth : 0 # Fetch all history for all branches and tags.
8484
8585 - name : Create conda environment
86- uses : mamba-org/provision-with-micromamba@main
86+ uses : mamba-org/provision-with-micromamba@v14
8787 with :
8888 environment-name : min-version-policy
8989 environment-file : false
Original file line number Diff line number Diff line change 3333 echo "CONDA_ENV_FILE=ci/requirements/environment.yml" >> $GITHUB_ENV
3434 echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3535 - name : Create conda environment
36- uses : mamba-org/provision-with-micromamba@main
36+ uses : mamba-org/provision-with-micromamba@v14
3737 with :
3838 cache-downloads : true
3939 cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
Original file line number Diff line number Diff line change 33# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
44
55cartopy >= 0.17
6- matplotlib >= 3.2
6+ matplotlib >= 3.4
77numpy >= 1.17
88setuptools >= 40.4 # for pkg_resources
You can’t perform that action at this time.
0 commit comments