File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments