Skip to content

Commit

Permalink
Revert "set meshio<5.2 for sphinx builds (BAMWelDX#673)"
Browse files Browse the repository at this point in the history
This reverts commit 7ac937b.
  • Loading branch information
marscher committed Jan 11, 2022
1 parent 73a2104 commit 80e21ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# There is a bug in micromamba, which cd's out of the working-directory during the pip install of weldx.
# So the initial env creation lacks weldx, so we install it here.
shell: bash -l {0}
run: pwd && pip install -e .
run: pwd && pip install -e . && pip install git+https://github.com/CagtayFabry/sphinx-asdf.git@sphinx-weldx

- name: conda info
shell: bash -l {0}
Expand Down
2 changes: 0 additions & 2 deletions doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ dependencies:
- typing_extensions
# GH332
- docutils=0.16
# GH672
- meshio<5.2
# pip packages
- pip
- pip:
Expand Down

0 comments on commit 80e21ff

Please sign in to comment.