Skip to content

Commit

Permalink
Try with an older python version
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed Dec 16, 2023
1 parent 428ee9b commit 10957a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install . sphinx sphinx_rtd_theme myst_parser nbsphinx
Expand Down

0 comments on commit 10957a7

Please sign in to comment.