Parcourir la source

install using python3

Jérôme BUISINE il y a 3 ans
Parent
commit
a5d3c8b7bf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/docs.yml

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

@@ -13,6 +13,7 @@ jobs:
     - uses: actions/checkout@v1
     # Standard drop-in approach that should work for most people.
     - name: Download sphinx theme
+      run: pip3 install asteroid-sphinx-theme
       run: pip install asteroid-sphinx-theme
     - uses: ammaraskar/sphinx-action@master
       with: