From 1accf55d307cb20166dccf5cc43df66c23cd14ad Mon Sep 17 00:00:00 2001 From: n0w0f Date: Thu, 27 Jun 2024 09:48:29 +0200 Subject: [PATCH] ci: pin numpy<2.0 in test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97673a8..05c51d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,8 +41,8 @@ jobs: - name: Install dependencies run: | mamba install -c conda-forge openbabel fftw -y - pip install "numpy<2.0" pip install -e ".[dev]" + pip install "numpy<2.0" pip install pyxtal - name: Test