Skip to content

Commit

Permalink
[CI] Don't cache compiled stuff for Julia
Browse files Browse the repository at this point in the history
Probably too risky. No error in the testing, but we encounter some new precompilation error since the change.
  • Loading branch information
cderv committed Oct 31, 2023
1 parent 9767574 commit 0815ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
- name: Cache Julia Packages
uses: julia-actions/cache@v1
with:
cache-name: version-1
cache-registries: true
cache-compiled: true

- name: Restore Julia Packages
working-directory: tests
Expand All @@ -166,7 +166,7 @@ jobs:
pipenv run julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.build(\"IJulia\"); Pkg.precompile()"
echo "Julia Jupyter:"
julia --project=. -e "import IJulia;println(IJulia.JUPYTER);println(IJulia.find_jupyter_subcommand(\"notebook\"))"
- name: Setup timing file for timed test
if: ${{ matrix.time-test == true }}
run: |
Expand Down

0 comments on commit 0815ff6

Please sign in to comment.