From 3819890ef98b156d76d7af1a8af86d8a26afec03 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Mon, 15 Jan 2024 17:16:48 +0100 Subject: [PATCH] remove cache --- .github/workflows/ci.yml | 1 - src/TrixiShallowWater.jl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebcffe8..7712dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' - - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - name: Run tests without coverage uses: julia-actions/julia-runtest@v1 diff --git a/src/TrixiShallowWater.jl b/src/TrixiShallowWater.jl index f48d5d7..e6e0cb4 100644 --- a/src/TrixiShallowWater.jl +++ b/src/TrixiShallowWater.jl @@ -2,7 +2,7 @@ module TrixiShallowWater using Trixi: Trixi -# Write your package code here: +# Write your package code here foo() = true bar() = false baz() = Trixi.examples_dir()