Skip to content

Commit

Permalink
tag v0.2, breaking version (#106)
Browse files Browse the repository at this point in the history
* tag next version

* remove using DelimitedFiles

* copy exact GLMakie config
  • Loading branch information
SimonDanisch authored Aug 14, 2024
1 parent 9950c72 commit c6c38f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
- name: Pull Julia cache
uses: julia-actions/cache@v2
- name: Install documentation dependencies
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
- name: Install custom documentation dependencies
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
#- name: Creating new mds from src
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tyler"
uuid = "e170d443-b9d6-418a-9ee8-061e966341ef"
authors = ["SimonDanisch <[email protected]>", "Lazaro Alonso <[email protected]>", "Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>"]
version = "0.1.5"
version = "0.2.0"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
2 changes: 1 addition & 1 deletion src/Tyler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using Makie: AbstractAxis
using LinearAlgebra, GeometryBasics
using GeometryBasics
using Proj
using Statistics, DelimitedFiles
using Statistics
using PointClouds
using ArchGDAL
import GeoFormatTypes as GFT
Expand Down

0 comments on commit c6c38f9

Please sign in to comment.