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