From 7047e1f91848c38f0091b138a1e631ada644da7c Mon Sep 17 00:00:00 2001 From: Yu xing Date: Wed, 21 Aug 2024 00:38:27 -0700 Subject: [PATCH] update ci --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35568ec0..bde784ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,10 +28,11 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install build pytest + python -m pip install numpy --upgrade + python -m pip install build pytest - name: Build DLL run: | - pip install -e . + python -m pip install -e . - name: Run tests run: | python -m pytest tests \ No newline at end of file