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 6ac6a58 commit 862c76aCopy full SHA for 862c76a
.github/workflows/save_versions.yml
@@ -28,14 +28,14 @@ jobs:
28
run: |
29
python -m pip install -e . --no-deps --force-reinstall
30
31
- - name: Install folium from source
+ - name: Create versions.txt
32
shell: bash -l {0}
33
34
- conda list > versions.txt
+ conda list > /tmp/versions.txt
35
36
- - name: Save version.txt
+ - name: Save versions.txt
37
if: always()
38
uses: pmeier/pytest-results-action@main
39
with:
40
- path: versions.txt
+ path: /tmp/versions.txt
41
fail-on-empty: false
0 commit comments