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 0b0667b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
##- "3.8"
##- "3.9"
##- "3.10"
- "3.11"
fail-fast: true
##- "3.11"
- "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 #ninja-build
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

0 comments on commit 0b0667b

Please sign in to comment.