Skip to content

Commit

Permalink
ppbt is in requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 21, 2024
1 parent a9d6870 commit e560471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Nox
run: |
python -m pip install --upgrade pip
pip install nox ppbt
pip install nox
- name: Build Docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install python dependencies
run: |
pip3 install nox ppbt
pip3 install nox
- name: Install Linux dependencies
if: ${{ matrix.runs-on == 'linux' }}
Expand Down

0 comments on commit e560471

Please sign in to comment.