Skip to content

Commit e560471

Browse files
committed
ppbt is in requirements file
1 parent a9d6870 commit e560471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Nox
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install nox ppbt
29+
pip install nox
3030
3131
- name: Build Docs
3232
run: |

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install python dependencies
3434
run: |
35-
pip3 install nox ppbt
35+
pip3 install nox
3636
3737
- name: Install Linux dependencies
3838
if: ${{ matrix.runs-on == 'linux' }}

0 commit comments

Comments
 (0)