File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
path : netobs
14
14
- uses : actions/checkout@v4
15
15
with :
16
- repository : AllanChain /deepsolid
17
- ref : update-with-force
16
+ repository : bytedance /deepsolid
17
+ ref : b1abaf5212e1bfe1ce01257a81bc63b820efc4d4
18
18
path : deepsolid
19
19
- uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.9'
22
22
- name : Install
23
23
run : |
24
- pip install -e deepsolid scipy==1.8.0
25
24
pip install 'jax[cpu]'==0.2.26 -f https://storage.googleapis.com/jax-releases/jax_releases.html
25
+ pip install -e deepsolid opt_einsum==3.3.0
26
26
pip install -e 'netobs[dev]'
27
27
- name : Test
28
28
working-directory : netobs
@@ -36,14 +36,15 @@ jobs:
36
36
- uses : actions/checkout@v4
37
37
with :
38
38
repository : google-deepmind/ferminet
39
+ ref : 9a1deec8222c1838c5aafb65830fc41372c48677
39
40
path : ferminet
40
41
- uses : actions/setup-python@v5
41
42
with :
42
- python-version : ' 3.10 '
43
+ python-version : ' 3.11 '
43
44
- name : Install
44
45
run : |
46
+ pip install jax==0.4.35
45
47
pip install -e ferminet
46
- pip install 'jax[cpu]'==0.4.24 -f https://storage.googleapis.com/jax-releases/jax_releases.html
47
48
pip install -e 'netobs[dev]'
48
49
- name : Test
49
50
working-directory : netobs
Original file line number Diff line number Diff line change 14
14
15
15
import pytest
16
16
17
- from netobs .cli import make_cli
17
+ from netobs .cli import cli
18
18
19
19
try :
20
20
from netobs .adaptors .ferminet_vmc import FERMINET_VERSION
29
29
reason = "FermiNet main is required to test it" ,
30
30
)
31
31
def test_cli ():
32
- cli = make_cli ()
33
32
cli (
34
33
[
35
34
"@ferminet_vmc" ,
You can’t perform that action at this time.
0 commit comments