Skip to content

Commit

Permalink
WIP CI meson ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Jul 19, 2024
1 parent 1942cf6 commit cba5517
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
matrix:
python-version:
- "3.8"
##- "3.9"
##- "3.10"
- "3.9"
- "3.10"
- "3.11"
fail-fast: true
- "3.12"
fail-fast: false

steps:
- name: checkout
Expand All @@ -41,11 +42,14 @@ jobs:
# For Fortran extensions
sudo apt install -y --no-install-recommends \
python3-dev gfortran liblapack-dev meson
python3-dev gfortran liblapack-dev
sudo apt install -y --no-install-recommends \
lammps quantum-espresso
# The meson Ubuntu package is outdated, so install via pip.
sudo pip install meson
pip install -e .
pip install -r requirements_optional.txt
pip install -r requirements_test.txt
Expand Down Expand Up @@ -82,6 +86,7 @@ jobs:
pip install -r requirements_doc.txt
# sphinx-autodoc needs target package to be installed
sudo pip install meson
pip install -e .
- name: build
Expand Down

0 comments on commit cba5517

Please sign in to comment.