diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 5f8722c..da50f29 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -43,7 +43,7 @@ jobs: architecture: 'x64' cache: 'pip' - name: Install Dependencies - - run: | + run: | pip install --upgrade pip pip install .[docs] - name: Build Docs