Skip to content

Commit 22c242c

Browse files
authored
pin more versions (#31)
1 parent f90f191 commit 22c242c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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)}}"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
44

55
cartopy >= 0.17
6-
matplotlib >= 3.2
6+
matplotlib >= 3.4
77
numpy >= 1.17
88
setuptools >= 40.4 # for pkg_resources

0 commit comments

Comments
 (0)