Skip to content

Commit 77e2c9a

Browse files
committed
Reset cache value and remove comment of other PR
1 parent 4027c85 commit 77e2c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: ${{ env.CONDA }}/envs
4949
key: conda-${{ matrix.os }}-${{ matrix.python-version }}-${{ env.cache_date }}-${{ hashFiles('dev-environment.yml') }}-${{ env.CACHE_NUMBER }}
5050
env:
51-
CACHE_NUMBER: 1 # Increase this value to reset cache if environment.yml has not changed
51+
CACHE_NUMBER: 0 # Increase this value to reset cache if environment.yml has not changed
5252
id: cache
5353

5454
# The trick below is necessary because the generic environment file does not specify a Python version, and ONLY

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: geoutils
22
channels:
33
- conda-forge
4-
dependencies: # LOL
4+
dependencies:
55
- python>=3.9,<3.12
66
- geopandas>=0.12.0
77
- matplotlib

0 commit comments

Comments
 (0)