From 42a2b7239a5d51a65559d336fb5d52b3cee99d28 Mon Sep 17 00:00:00 2001 From: cuzhucuncheng Date: Tue, 13 Sep 2022 11:25:47 -0700 Subject: [PATCH] rm additional pip install --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35c34561..19eef4ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: id: pyexe run: | python3 --version - python3 -m pip install pytest typing-extensions numpy polyscope matplotlib functools scipy netCDF4 + python3 -m pip install pytest py_exe_path=$(which python3) echo ::set-output name=path::$py_exe_path @@ -70,7 +70,7 @@ jobs: id: pyexe run: | python3 --version - python3 -m pip install pytest typing-extensions numpy polyscope matplotlib functools scipy netCDF4 + # python3 -m pip install pytest py_exe_path=$(which python3) echo ::set-output name=path::$py_exe_path @@ -105,7 +105,7 @@ jobs: id: pyexe run: | python --version - python -m pip install pytest typing-extensions numpy polyscope matplotlib functools scipy netCDF4 + python -m pip install pytest py_exe_path=$(which python) echo ::set-output name=path::$py_exe_path @@ -206,7 +206,7 @@ jobs: submodules: recursive - name: Update python libs - run: python -m pip install scikit-build pytest typing-extensions numpy polyscope matplotlib functools scipy netCDF4 + run: python -m pip install scikit-build pytest - name: Configures source dist run: python setup.py sdist