Skip to content

Commit cea8bea

Browse files
committed
Update publish.yml
1 parent d6fc7e1 commit cea8bea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
- name: Setup Julia
1717
uses: julia-actions/setup-julia@v2
1818

19-
- name: Setup Python
20-
uses: actions/setup-python@v5
21-
with:
22-
python-version: '3.12'
23-
24-
- name: Setup Jupyter
25-
run: pip install jupyter
26-
27-
- name: Setup IJulia
28-
run: julia -e 'using Pkg; Pkg.add("IJulia")'
29-
3019
- name: Instantiate environment
3120
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()'
3221

0 commit comments

Comments
 (0)