Skip to content

Commit

Permalink
Fix julia tests (#929)
Browse files Browse the repository at this point in the history
* ignore report.log

* try change julia cache

* test

* cache artifacts
  • Loading branch information
yannikschaelte authored Sep 7, 2022
1 parent a8f2549 commit d18f4b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
path: |
~/.cache
~/.julia/artifacts
~/.julia/packages
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-julia

- name: Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ data/.spyproject
data/processed
examples/*.err
examples/*.out
doc/*.log
*.kdev*
.pytest_cache
dask-worker-space
Expand All @@ -112,4 +111,4 @@ test/amici_models/*
*.dat
/BioNetGen-*.*.*
/bionetgen.tar
/report.log
**.log

0 comments on commit d18f4b2

Please sign in to comment.