Przeglądaj źródła

without upgrade

Jérôme BUISINE 3 lat temu
rodzic
commit
5539ae6995
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      .github/workflows/docs.yml

+ 0 - 1
.github/workflows/docs.yml

@@ -12,7 +12,6 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
       - run: sudo apt-get install python3-sphinx
-      - run: python3 -m pip install --upgrade pip
       - run: python3 -m pip install -r requirements.txt
       - run: python3 -m pip install sphinx_rtd_theme
       - run: cd docs && make html