Skip to content

Commit bf57027

Browse files
committed
WIP
1 parent aa0d74d commit bf57027

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
npm run build
3838
3939
- name: Install streamlit-folium
40+
shell: bash -l {0}
4041
run: |
4142
cd streamlit_folium
4243
pip install -e . --no-deps
@@ -55,16 +56,19 @@ jobs:
5556
run: pip install pytest-github-actions-annotate-failures
5657

5758
- name: Extra debug step
59+
shell: bash -l {0}
5860
run: |
5961
cat folium/plugins/draw.py
6062
python -c "from folium.plugins import draw; print(draw.__file__)"
6163
python -c "from folium.plugins import draw; print(open(draw.__file__).read())"
6264
6365
- name: Install folium from source
66+
shell: bash -l {0}
6467
run: |
6568
python -m pip install -e . --no-deps --force-reinstall
6669
6770
- name: Test with pytest and retry flaky tests up to 3 times
71+
shell: bash -l {0}
6872
run: |
6973
echo "inside test run"
7074
python -c "from folium.plugins import draw; print(draw.__file__)"

0 commit comments

Comments
 (0)