Skip to content

Commit

Permalink
wip: roll back jinja dependency version for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Mar 9, 2023
1 parent 0e52375 commit 9b140a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
uses: snok/install-poetry@v1
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry config virtualenvs.in-project false
poetry install --all-extras
pip install jinja2==3.0.0
- name: Sphinx Build
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 9b140a2

Please sign in to comment.