Skip to content

Commit

Permalink
update github actions to use python 3.10 since pytorch incompatible w…
Browse files Browse the repository at this point in the history
…ith python 3.11
  • Loading branch information
JEFworks committed Dec 11, 2023
1 parent cca4cc6 commit b2068ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
- name: Install dependencies
run: |
pip install readthedocs-sphinx-search sphinx sphinx-rtd-theme numpy matplotlib torch pandas requests collection pynrrd tornado plotly myst_parser autodocsumm nbsphinx pypandoc
conda install pandoc
Expand Down

0 comments on commit b2068ed

Please sign in to comment.