Skip to content

Commit

Permalink
disable env caching in GHA (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed May 24, 2023
1 parent 9a64cec commit 14c9d26
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
python=${{ matrix.python-version }}
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_code_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_latest_branca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_style_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python=3
--file requirements.txt
--file requirements-dev.txt
cache-environment: true
- name: Install folium from source
shell: bash -l {0}
Expand Down

0 comments on commit 14c9d26

Please sign in to comment.