Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Mar 6, 2024
2 parents efbafae + 5b08740 commit 6e4dbdd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v1

- name: Setup IJulia and Jupyter
run: |
julia -e '
using Pkg
Pkg.add("IJulia")
Pkg.add("Conda")
using Conda
Conda.add("jupyter")'
- 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 6e4dbdd

Please sign in to comment.