Skip to content

Commit

Permalink
ci: remove unused ninja install
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 9, 2024
1 parent af5d0eb commit 2493033
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
CMAKE_INSTALL_PREFIX: ~/libgem
GEMINI_ROOT: ~/libgem
HOMEBREW_NO_INSTALL_CLEANUP: 1
CMAKE_BUILD_PARALLEL_LEVEL: 4

# GEMINI_ROOT is used to find Gemini3D by PyGemini

Expand All @@ -24,7 +25,7 @@ jobs:

lint:
runs-on: ubuntu-latest
timeout-minutes: 3
timeout-minutes: 5

strategy:
matrix:
Expand All @@ -45,13 +46,13 @@ jobs:
python-version: ${{ matrix.python-version }}

- run: python -m pip install -e .[lint]
timeout-minutes: 2

- run: flake8
- run: mypy


linux-macos:
timeout-minutes: 45

strategy:
matrix:
Expand Down Expand Up @@ -84,11 +85,11 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install --no-install-recommends libopenmpi-dev openmpi-bin libhdf5-dev ninja-build
sudo apt install --no-install-recommends libopenmpi-dev openmpi-bin libhdf5-dev
- name: Install Prereqs (Macos)
if: runner.os == 'macOS'
run: brew install ninja open-mpi hdf5 scalapack
run: brew install open-mpi hdf5 scalapack

- name: Cache install Gemini3D
id: cache-gemini
Expand Down

0 comments on commit 2493033

Please sign in to comment.