File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Test PyGMT with GMT legacy versions on Linux/macOS/Windows
2
2
#
3
- # This workflow runs regular PyGMT tests with GMT legacy versions. Due to the
4
- # minor baseline image changes between GMT versions, the workflow only runs
5
- # the tests but doesn't do image comparisons.
3
+ # This workflow runs regular PyGMT tests with GMT legacy versions. Due to the minor
4
+ # baseline image changes between GMT versions, the workflow only runs the tests but
5
+ # doesn't do image comparisons.
6
6
#
7
7
# It is scheduled to run every Tuesday on the main branch.
8
8
#
63
63
gmt=${{ matrix.gmt_version }}
64
64
ghostscript<10
65
65
numpy
66
- pandas<2
66
+ pandas
67
67
xarray
68
68
netCDF4
69
69
packaging
85
85
run : |
86
86
# Download cached files to ~/.gmt directory and list them
87
87
gh run download --name gmt-cache --dir ~/.gmt/
88
- # Change modification times of the two files, so GMT won't refresh it
89
- # The two files are in the `~/.gmt/server` directory for GMT<=6.4, and
90
- # in the `~/.gmt` directory for GMT>=6.5.
88
+ # Change modification times of the two files, so GMT won't refresh it.
89
+ # The two files are in the `~/.gmt/server` directory for GMT<=6.4, and in the
90
+ # `~/.gmt` directory for GMT>=6.5.
91
91
mkdir -p ~/.gmt/server/
92
92
mv ~/.gmt/gmt_data_server.txt ~/.gmt/gmt_hash_server.txt ~/.gmt/server/
93
93
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
You can’t perform that action at this time.
0 commit comments