Skip to content

Commit

Permalink
Add Python version to netlify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jan 22, 2024
1 parent 687050b commit 148466a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
base = "book/"
command = "make deps && make pathways"
environment = { PYTHON_VERSION = "3.10" }
publish = "website/_build/html"

# Do not build deploy previews for branches from all-contributors bot
Expand Down

0 comments on commit 148466a

Please sign in to comment.