Skip to content

Commit

Permalink
ci cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Aug 19, 2023
1 parent 39547fa commit dd260d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
arch:
- x64
steps:
- name: Install matplotlib
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
shell: bash
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The package can parse `*.osm` and `*.pbf` (contributed by [@blegat](https://git

## Installation

The current version uses at least Julia 1.5. However older versions will work with Julia 1.0.
The current version uses at least Julia 1.6. However older versions will work with Julia 1.0.

```julia
using Pkg; Pkg.add("OpenStreetMapX")
Expand Down

2 comments on commit dd260d2

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on dd260d2 Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89909

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.4 -m "<description of version>" dd260d2a11480b9926e1a75e7f671b3d9d65ea59
git push origin v0.3.4

Please sign in to comment.