Skip to content

Commit 5a8c1ea

Browse files
WIP ci
1 parent 1f50bb6 commit 5a8c1ea

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Generate Databases
22

33
on:
44
push:
5-
branches: ["*"]
5+
branches: ["main"]
66
tags: ["v*.*"]
77
pull_request:
88
types: [opened, reopened, synchronize]
99

1010
jobs:
11-
run-generate-database::
11+
run-generate-database:
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -22,15 +22,21 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- uses: actions/checkout@v4
26+
name: Clone MQDT.jl
27+
with:
28+
repository: pairinteraction/MQDT.jl
29+
path: MQDT.jl
30+
ref: dev-high-l # FIXME: just temporarily use this branch until the PR is merged
31+
2532
- uses: julia-actions/setup-julia@v2
2633
with:
2734
version: 1.11
2835
arch: x64
2936
- uses: julia-actions/cache@v2
30-
- uses: julia-actions/julia-buildpkg@v1
3137

3238
- name: Instantiate julia environment
33-
run: julia --project=. -e 'import Pkg; Pkg.instantiate()'
39+
run: julia --project=. -e 'import Pkg; Pkg.develop(path="MQDT.jl"); Pkg.instantiate()'
3440

3541
- name: Run generate_database.py
3642
run: julia --project=. generate_database.jl ${{ matrix.species }} --directory database --n-max 220

MQDT.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b779c2c818150f0373045b832af9416051544af9

0 commit comments

Comments
 (0)