Skip to content

Commit

Permalink
Maybe the problem is the version of Julia?
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 8, 2024
1 parent 45b9922 commit ec2a694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.10'
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
Expand Down
1 change: 0 additions & 1 deletion src/RegionGrids.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module RegionGrids

## Modules Used
using Dates
using GeoRegions
using Logging

import Base: show
Expand Down

0 comments on commit ec2a694

Please sign in to comment.