Skip to content

Commit 14c9d26

Browse files
authored
disable env caching in GHA (#1768)
1 parent 9a64cec commit 14c9d26

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python=3
2424
--file requirements.txt
2525
--file requirements-dev.txt
26-
cache-environment: true
2726
2827
- name: Install folium from source
2928
shell: bash -l {0}

.github/workflows/test_code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
python=${{ matrix.python-version }}
2323
--file requirements.txt
2424
--file requirements-dev.txt
25-
cache-environment: true
2625
2726
- name: Install folium from source
2827
shell: bash -l {0}

.github/workflows/test_code_notebooks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python=3
1818
--file requirements.txt
1919
--file requirements-dev.txt
20-
cache-environment: true
2120
2221
- name: Install folium from source
2322
shell: bash -l {0}

.github/workflows/test_latest_branca.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python=3
1818
--file requirements.txt
1919
--file requirements-dev.txt
20-
cache-environment: true
2120
2221
- name: Install folium from source
2322
shell: bash -l {0}

.github/workflows/test_mypy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python=3
1818
--file requirements.txt
1919
--file requirements-dev.txt
20-
cache-environment: true
2120
2221
- name: Install folium from source
2322
shell: bash -l {0}

.github/workflows/test_selenium.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python=3
1818
--file requirements.txt
1919
--file requirements-dev.txt
20-
cache-environment: true
2120
2221
- name: Install folium from source
2322
shell: bash -l {0}

.github/workflows/test_style_notebooks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python=3
1818
--file requirements.txt
1919
--file requirements-dev.txt
20-
cache-environment: true
2120
2221
- name: Install folium from source
2322
shell: bash -l {0}

0 commit comments

Comments
 (0)