Skip to content

Commit

Permalink
Merge branch 'topic/bbannier/ci-pip-install'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 15, 2024
2 parents fa09ff9 + a49d227 commit 24b88cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Fetch Dependencies
run: sudo pip3 install -r requirements.txt
run: sudo pip3 install --break-system-packages -r requirements.txt
- name: Generate Docs
run: make SPHINXOPTS="-W --keep-going"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jinja2==3.1.4
Pygments>=2.12.0
Pygments==2.17.2
docutils==0.17.1
sphinx_rtd_theme==2.0.0
Sphinx==5.3.0
Expand Down

0 comments on commit 24b88cf

Please sign in to comment.