We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4027c85 commit 77e2c9aCopy full SHA for 77e2c9a
.github/workflows/python-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
path: ${{ env.CONDA }}/envs
49
key: conda-${{ matrix.os }}-${{ matrix.python-version }}-${{ env.cache_date }}-${{ hashFiles('dev-environment.yml') }}-${{ env.CACHE_NUMBER }}
50
env:
51
- CACHE_NUMBER: 1 # Increase this value to reset cache if environment.yml has not changed
+ CACHE_NUMBER: 0 # Increase this value to reset cache if environment.yml has not changed
52
id: cache
53
54
# The trick below is necessary because the generic environment file does not specify a Python version, and ONLY
environment.yml
@@ -1,7 +1,7 @@
1
name: geoutils
2
channels:
3
- conda-forge
4
-dependencies: # LOL
+dependencies:
5
- python>=3.9,<3.12
6
- geopandas>=0.12.0
7
- matplotlib
0 commit comments