Skip to content

Commit d1ab97c

Browse files
authored
CI: Unpin pandas in the 'GMT Legacy Tests' workflow (#3535)
1 parent 510e145 commit d1ab97c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_tests_legacy.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Test PyGMT with GMT legacy versions on Linux/macOS/Windows
22
#
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.
66
#
77
# It is scheduled to run every Tuesday on the main branch.
88
#
@@ -63,7 +63,7 @@ jobs:
6363
gmt=${{ matrix.gmt_version }}
6464
ghostscript<10
6565
numpy
66-
pandas<2
66+
pandas
6767
xarray
6868
netCDF4
6969
packaging
@@ -85,9 +85,9 @@ jobs:
8585
run: |
8686
# Download cached files to ~/.gmt directory and list them
8787
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.
9191
mkdir -p ~/.gmt/server/
9292
mv ~/.gmt/gmt_data_server.txt ~/.gmt/gmt_hash_server.txt ~/.gmt/server/
9393
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt

0 commit comments

Comments
 (0)