Skip to content

Commit

Permalink
update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Nov 30, 2023
1 parent 258b676 commit 2f56ce8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.7'
#----------------------------------------------
Expand All @@ -27,6 +27,11 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
# Poetry seems to have dropped official support for Python 3.7
# but we need it for PyQt build artifacts. Pin poetry version.
# See https://github.com/snok/install-poetry/issues/131
# and https://github.com/python-poetry/poetry/pull/7674
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down

0 comments on commit 2f56ce8

Please sign in to comment.