From dd260d2a11480b9926e1a75e7f671b3d9d65ea59 Mon Sep 17 00:00:00 2001 From: pszufe Date: Sat, 19 Aug 2023 03:02:53 +0200 Subject: [PATCH] ci cleanup --- .github/workflows/CI.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cabfc82..a9c5121 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: diff --git a/README.md b/README.md index 426c844..84a6185 100644 --- a/README.md +++ b/README.md @@ -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")