From dee4b453fe717380f47dc85bd8dd94a2495c9726 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 25 Apr 2024 19:22:02 +0200 Subject: [PATCH] do code gen with np2 --- .github/workflows/test_code_generation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_code_generation.yml b/.github/workflows/test_code_generation.yml index cafc1c4..d2f1cb8 100644 --- a/.github/workflows/test_code_generation.yml +++ b/.github/workflows/test_code_generation.yml @@ -28,9 +28,9 @@ jobs: --file requirements-dev.txt --channel conda-forge - # - name: Install nightly version of numpy - # run: | - # python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy -U + - name: Install nightly version of numpy + run: | + python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy scipy pandas -U - name: Test Code Generation run: >