Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 6, 2025
1 parent d6fc7e1 commit cea8bea
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Setup Jupyter
run: pip install jupyter

- name: Setup IJulia
run: julia -e 'using Pkg; Pkg.add("IJulia")'

- name: Instantiate environment
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()'

Expand Down

0 comments on commit cea8bea

Please sign in to comment.