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 5e7da4b commit b8af05fCopy full SHA for b8af05f
.github/workflows/test_streamlit_folium.yml
@@ -16,14 +16,6 @@ jobs:
16
- name: Checkout Folium
17
uses: actions/checkout@v4
18
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
-
27
- name: Checkout Streamlit Folium
28
29
with:
@@ -62,7 +54,7 @@ jobs:
62
54
- name: Install folium from source
63
55
shell: bash -l {0}
64
56
run: |
65
- python -m pip install -e . --no-deps --force-reinstall
57
+ python -m pip install -e . --force-reinstall
66
58
67
59
- name: Test with pytest and retry flaky tests up to 3 times
68
60
0 commit comments