Skip to content

Commit

Permalink
Refactor pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbachcedric committed Dec 24, 2024
1 parent 2ed7677 commit 09ebbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install .[dev]
- name: Build docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install .[dev]
pip install pytest pytest-cov
Expand Down

0 comments on commit 09ebbf7

Please sign in to comment.