Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Jan 15, 2024
1 parent 790b106 commit 3819890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/TrixiShallowWater.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3819890

Please sign in to comment.