diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfcd964da..45e0d066d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,6 @@ jobs: path: | ~/.cache ~/.julia/artifacts - ~/.julia/packages key: ${{ runner.os }}-${{ matrix.python-version }}-ci-julia - name: Install dependencies diff --git a/.gitignore b/.gitignore index 6b760217a..d5564ff4e 100644 --- a/.gitignore +++ b/.gitignore @@ -95,7 +95,6 @@ data/.spyproject data/processed examples/*.err examples/*.out -doc/*.log *.kdev* .pytest_cache dask-worker-space @@ -112,4 +111,4 @@ test/amici_models/* *.dat /BioNetGen-*.*.* /bionetgen.tar -/report.log +**.log