Skip to content

Commit 862c76a

Browse files
committed
Try again
1 parent 6ac6a58 commit 862c76a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/save_versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
run: |
2929
python -m pip install -e . --no-deps --force-reinstall
3030
31-
- name: Install folium from source
31+
- name: Create versions.txt
3232
shell: bash -l {0}
3333
run: |
34-
conda list > versions.txt
34+
conda list > /tmp/versions.txt
3535
36-
- name: Save version.txt
36+
- name: Save versions.txt
3737
if: always()
3838
uses: pmeier/pytest-results-action@main
3939
with:
40-
path: versions.txt
40+
path: /tmp/versions.txt
4141
fail-on-empty: false

0 commit comments

Comments
 (0)