We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d6870 commit e560471Copy full SHA for e560471
.github/workflows/docs-action.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Nox
27
run: |
28
python -m pip install --upgrade pip
29
- pip install nox ppbt
+ pip install nox
30
31
- name: Build Docs
32
.github/workflows/test-action.yml
@@ -32,7 +32,7 @@ jobs:
33
- name: Install python dependencies
34
35
- pip3 install nox ppbt
+ pip3 install nox
36
37
- name: Install Linux dependencies
38
if: ${{ matrix.runs-on == 'linux' }}
0 commit comments