Skip to content

Commit

Permalink
updating ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMoreo committed Sep 16, 2024
1 parent 53bf176 commit 7daf2b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1

- name: Install dependencies
run: |
pip install --no-cache-dir jax[cpu] scikit-learn pandas tqdm matplotlib joblib xlrd abstention ucimlrepo certifi
pip install --no-cache-dir -e .[composable,neural,docs]
- name: Build documentation
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel
pip install --no-cache-dir jax[cpu] scikit-learn pandas tqdm matplotlib joblib xlrd abstention ucimlrepo certifi
pip install --no-cache-dir -e .[composable,neural,docs]
docs-folder: "docs/"

- name: Publish documentation
Expand Down

0 comments on commit 7daf2b0

Please sign in to comment.