Skip to content

Commit

Permalink
add all dependencies of naslib to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gurizab committed Nov 16, 2023
1 parent add9dba commit 7ee65c5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
mkdocs-material-
- name: Install dependencies
run: |
pip install mkdocs==1.4.3
pip install mkdocs-autorefs==0.4.1
pip install mkdocs-material==9.1.15
pip install mkdocs-material-extensions==1.1.1
pip install mkdocstrings==0.20.0
pip install mkdocstrings-python==1.1.2
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install -e .
- run: |
cd NASLib_docs
mkdocs gh-deploy --force

0 comments on commit 7ee65c5

Please sign in to comment.