File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6464 geopandas pytest pytest-benchmark pytest-mpl
6565 python -m pip install -U pytest-codspeed setuptools
6666
67+ # Download cached remote files (artifacts) from GitHub
68+ - name : Download remote data from GitHub
69+ 70+ with :
71+ workflow : cache_data.yaml
72+ workflow_conclusion : success
73+ name : gmt-cache
74+ path : .gmt
75+
76+ # Move downloaded files to ~/.gmt directory and list them
77+ - name : Move and list downloaded remote files
78+ run : |
79+ mkdir -p ~/.gmt
80+ mv .gmt/* ~/.gmt
81+ # Change modification times of the two files, so GMT won't refresh it
82+ touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
83+ ls -lhR ~/.gmt
84+
6785 # Install the package that we want to test
6886 - name : Install the package
6987 run : make install
You can’t perform that action at this time.
0 commit comments