diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d5386e7f..4ee87fa9 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -60,12 +60,12 @@ jobs: - name: 'macos-py312' os: macos-latest python: '3.12' - tox_env: 'py312-test-alldeps-numpy200' #DROP numpy200 restriction after astropy 6.1.3 is out + tox_env: 'py312-test-alldeps' - name: 'windows-py312' os: windows-latest python: '3.12' - tox_env: 'py312-test-alldeps-numpy200' #DROP numpy200 restriction after astropy 6.1.3 is out + tox_env: 'py312-test-alldeps' - name: 'ubuntu-codestyle' os: ubuntu-latest