hpc / charliecloud

Now hosted on GitLab.
https://gitlab.com/charliecloud/main
Apache License 2.0
313 stars 61 forks source link

fix ObsPy test #1885

Closed reidpr closed 6 months ago

reidpr commented 6 months ago

ObsPy 1.4.0, which is the current version, is not compatible with Python 3.12. The default Python version in Miniconda recently became Python 3.12, so this test stopped working.

This PR fixes the Miniconda version at 24.1.2 with Python 3.11 to get the test going again for now.

reidpr commented 6 months ago

Internal tests pass in full scope.