Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Dec 11, 2023
1 parent 2f1fd4e commit 8c03da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3

Expand All @@ -36,7 +36,6 @@ jobs:
pip install -r requirements.txt
- name: Sphinx build
run: |
apt install python3-distutils
cd ${{ github.workspace }}/src/docs/source
rm -f *.rst make.bat
cd ${{ github.workspace }}/src
Expand Down

0 comments on commit 8c03da0

Please sign in to comment.