Skip to content

Commit

Permalink
added cmake and pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
KS-HTK committed Nov 18, 2024
1 parent 15d89ce commit 76315e5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/github_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,8 @@ jobs:
- name: Check docs for Python ${{ matrix.python-version }}
uses: e2nIEE/sphinx-action@master
with:
pre-build-command: "
apt update;
apt upgrade -y;
apt install build-essential -y;
apt install gfortran -y;
pre-build-command: "apt update && apt upgrade -y && apt install -y build-essential gfortran cmake pkg-config;
python -m pip install --upgrade pip;
python -m pip install .[docs];
"
python -m pip install .[docs];"
build-command: "sphinx-build -b html . _build -W"
docs-folder: "doc/"

0 comments on commit 76315e5

Please sign in to comment.