Skip to content

Commit 058c5f7

Browse files
committed
Add python to CI
1 parent 6d1aead commit 058c5f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- uses: julia-actions/setup-julia@v1
5454
with:
5555
version: '1'
56+
- uses: actions/setup-python@v2
57+
with:
58+
python-version: '3.7'
5659
- run: |
5760
julia --project=docs -e '
5861
using Pkg

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ deploydocs(
1111
repo = "github.com/kdheepak/TerminalUserInterfaces.jl.git",
1212
deps = Deps.pip(
1313
"mkdocs",
14-
"mkdocs-material",
1514
"python-markdown-math",
1615
"pygments",
1716
),

0 commit comments

Comments
 (0)