Skip to content

Commit b8af05f

Browse files
committed
Updated after review comment
1 parent 5e7da4b commit b8af05f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ jobs:
1616
- name: Checkout Folium
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Micromamba env
20-
uses: mamba-org/setup-micromamba@v2
21-
with:
22-
environment-name: TEST
23-
create-args: >-
24-
python=3
25-
--file requirements.txt
26-
2719
- name: Checkout Streamlit Folium
2820
uses: actions/checkout@v4
2921
with:
@@ -62,7 +54,7 @@ jobs:
6254
- name: Install folium from source
6355
shell: bash -l {0}
6456
run: |
65-
python -m pip install -e . --no-deps --force-reinstall
57+
python -m pip install -e . --force-reinstall
6658
6759
- name: Test with pytest and retry flaky tests up to 3 times
6860
shell: bash -l {0}

0 commit comments

Comments
 (0)