Skip to content

Commit fe2c32d

Browse files
authored
split ZZ by Njet and also use Njet as CR variable (#129)
* split ZZ by Njet and also use Njet as CR variable * v2.4.2 * docs * fix docs CI
1 parent 7e24a6e commit fe2c32d

17 files changed

+2917
-706
lines changed

.github/workflows/ci.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.9'
22+
- '1.10'
2323
os:
2424
- ubuntu-latest
2525
arch:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: julia-actions/setup-julia@v1
3030
with:
31-
version: '1.9'
31+
version: '1.10'
3232
arch: ${{ matrix.arch }}
3333
- uses: julia-actions/cache@v1
3434
- uses: julia-actions/julia-buildpkg@v1
@@ -47,12 +47,15 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: julia-actions/setup-julia@v1
4949
with:
50-
version: '1.9'
50+
version: '1.10'
5151
arch: 'x64'
5252
- uses: julia-actions/cache@v1
5353
- run: |
54-
julia --project=./docs -e '
54+
julia --project=docs -e '
5555
using Pkg
56+
Pkg.develop(PackageSpec(path="./WVZXGBoostExt"))
57+
Pkg.develop(PackageSpec(path="./WVZReportExt"))
58+
Pkg.develop(PackageSpec(path="./WVZPythonExt"))
5659
Pkg.develop(PackageSpec(path="."))
5760
Pkg.instantiate()'
5861
- run: julia --project=docs docs/make.jl

LocalPreferences.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ precompile_workload = false
33

44
[WVZAnalysis]
55
BDT_MODEL_DIR = "/data/jiling/WVZ/v2.4.1-2023_08_07/"
6-
MINITREE_DIR = "/data/grabanal/WVZ/v2.4.1/"
6+
MINITREE_DIR = "/data/jiling/WVZ/v2.4.2/"

0 commit comments

Comments
 (0)