Skip to content

Commit

Permalink
docs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
egubonr committed May 6, 2024
1 parent 29ae840 commit eb9c1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs
on:
push:
branches:
- miss
- main
permissions:
contents: read
jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
pip install sphinx-rtd-theme
pip install setuptools
pip install scikit-learn==1.0.2
pip install bnlearn==0.7.8 --no-deps
pip install bnlearn
pip install networkx==2.8.8
pip install matplotlib==3.6.2
pip install pgmpy==0.1.20
Expand Down

0 comments on commit eb9c1fa

Please sign in to comment.