diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fdb94db4..3a1a12ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,9 @@ jobs: # Checkout the repository - name: Checkout repository uses: actions/checkout@v2 + # Update pip + - name: Update pip + run: pip install --upgrade pip # Install the dependencies - name: Install dependencies run: pip install -r docs/requirements.txt