Skip to content

Commit 24921fc

Browse files
committed
Adding deps
1 parent 718cbb4 commit 24921fc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
git config user.name "github-actions[bot]"
8585
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
8686
87+
- name: Install dependencies
88+
run: |
89+
python -m pip install --upgrade pip
90+
python -m pip install .[dev]
91+
8792
- name: Bump to next candidate
8893
run: |
8994
make bumpversion-candidate

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
git config user.name "github-actions[bot]"
5858
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5959
60+
- name: Install dependencies
61+
run: |
62+
python -m pip install --upgrade pip
63+
python -m pip install .[dev]
64+
6065
- name: Bump to next candidate
6166
run: |
6267
make bumpversion-candidate

0 commit comments

Comments
 (0)