Skip to content

Commit

Permalink
CI: Unpin pandas in the 'GMT Legacy Tests' workflow (#3535)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Oct 19, 2024
1 parent 510e145 commit d1ab97c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Test PyGMT with GMT legacy versions on Linux/macOS/Windows
#
# This workflow runs regular PyGMT tests with GMT legacy versions. Due to the
# minor baseline image changes between GMT versions, the workflow only runs
# the tests but doesn't do image comparisons.
# This workflow runs regular PyGMT tests with GMT legacy versions. Due to the minor
# baseline image changes between GMT versions, the workflow only runs the tests but
# doesn't do image comparisons.
#
# It is scheduled to run every Tuesday on the main branch.
#
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
gmt=${{ matrix.gmt_version }}
ghostscript<10
numpy
pandas<2
pandas
xarray
netCDF4
packaging
Expand All @@ -85,9 +85,9 @@ jobs:
run: |
# Download cached files to ~/.gmt directory and list them
gh run download --name gmt-cache --dir ~/.gmt/
# Change modification times of the two files, so GMT won't refresh it
# The two files are in the `~/.gmt/server` directory for GMT<=6.4, and
# in the `~/.gmt` directory for GMT>=6.5.
# Change modification times of the two files, so GMT won't refresh it.
# The two files are in the `~/.gmt/server` directory for GMT<=6.4, and in the
# `~/.gmt` directory for GMT>=6.5.
mkdir -p ~/.gmt/server/
mv ~/.gmt/gmt_data_server.txt ~/.gmt/gmt_hash_server.txt ~/.gmt/server/
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
Expand Down

0 comments on commit d1ab97c

Please sign in to comment.