Skip to content

Commit 687a798

Browse files
docs: add missing dep - setuptools
1 parent cee64d3 commit 687a798

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: [evaluate-label]
2020
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.11"
2323
package-manager: "poetry"
2424
dependency-path: "**/poetry.lock"
2525
trigger-label: "${{ needs.evaluate-label.outputs.label }}"

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sphinx-copybutton = "^0.5.2"
3636
sphinxcontrib-katex = "^0.9.9"
3737
recommonmark = "^0.7.1"
3838
nbsphinx = "^0.9.6"
39+
setuptools = "^75.8.2"
3940

4041
[tool.poetry.group.dev]
4142
optional = true

0 commit comments

Comments
 (0)