Skip to content

Commit

Permalink
rm additional pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
CunchengZhu committed Sep 13, 2022
1 parent d02daec commit 42a2b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42a2b72

Please # to comment.