Skip to content

Commit

Permalink
instantiate script
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Mar 16, 2024
1 parent 84e2347 commit 94747a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
if: ${{ steps.cache-julia.outputs.cache-hit != 'true' }}
env:
PYTHON: ${{ env.pythonLocation }}/python
run: julia --color=yes instantiate.jl
run: |
julia --color=yes -e 'using Pkg; Pkg.add(["PrettyTables", "Literate"])'
julia --color=yes --project=@. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
- name: Save Julia packages
uses: actions/cache/save@v4
if: ${{ steps.cache-julia.outputs.cache-hit != 'true' }}
Expand Down
6 changes: 0 additions & 6 deletions instantiate.jl

This file was deleted.

0 comments on commit 94747a2

Please sign in to comment.