Skip to content

Commit cf40eea

Browse files
authored
[ITensorGLMakie] Update to GLMakie v0.9 (#1402)
1 parent 8e7f61b commit cf40eea

File tree

8 files changed

+9
-99
lines changed

8 files changed

+9
-99
lines changed

.github/workflows/comment_trigger_test_itensorglmakie.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/main_test_itensorglmakie.yml renamed to .github/workflows/test_itensorglmakie_ubuntu.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Run ITensorGLMakie tests on push to main
1+
name: Run ITensorGLMakie tests (Ubuntu)
22

33
on:
44
push:
55
branches:
66
- main
7+
tags: '*'
8+
pull_request:
79

810
jobs:
911
test:
@@ -22,6 +24,9 @@ jobs:
2224
- '1'
2325
arch:
2426
- x64
27+
exclude:
28+
# MacOS not available on x86
29+
- {os: 'macOS-latest', arch: 'x86'}
2530
steps:
2631
- uses: actions/checkout@v2
2732
- uses: julia-actions/setup-julia@latest
@@ -41,4 +46,4 @@ jobs:
4146
- 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
4247
- name: Install Julia dependencies and run tests
4348
run: |
44-
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorVisualizationBase"); Pkg.develop(path="./ITensorMakie"); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'
49+
JULIA_REFERENCETESTS_UPDATE=true DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorVisualizationBase"); Pkg.develop(path="./ITensorMakie"); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'

ITensorGLMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "ITensorGLMakie"
22
uuid = "3f718f31-6db8-4f43-a433-67cb5c73363e"
33
authors = ["Matthew Fishman <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
88
ITensorMakie = "72ca75eb-df6f-4d6b-80c5-d5eab17be3f9"
99
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1010

1111
[compat]
12-
GLMakie = "0.7, 0.8"
12+
GLMakie = "0.9"
1313
ITensorMakie = "0.1.2"
1414
Reexport = "1.2.2"
1515
julia = "1.6"
20 KB
Loading
15.7 KB
Loading
16.4 KB
Loading
16.2 KB
Loading
20.3 KB
Loading

0 commit comments

Comments
 (0)