File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ on: [pull_request]
19
19
20
20
jobs :
21
21
pytest :
22
- name : Pytest Ubuntu
22
+ name : Pytest Ubuntu python3.6
23
23
runs-on : ubuntu-16.04
24
24
steps :
25
25
- uses : actions/checkout@v1
@@ -29,13 +29,12 @@ jobs:
29
29
architecture : ' x64'
30
30
- name : Install requirements
31
31
run : |
32
- pip install -r requirements.txt
32
+ pip install -r ./dev_tools/pip-list
33
33
- name : Pytest check
34
34
run : |
35
- pip install pytest
36
35
pytest
37
36
pytest37 :
38
- name : Pytest Ubuntu
37
+ name : Pytest Ubuntu python3.7
39
38
runs-on : ubuntu-16.04
40
39
steps :
41
40
- uses : actions/checkout@v1
45
44
architecture : ' x64'
46
45
- name : Install requirements
47
46
run : |
48
- pip install -r requirements.txt
47
+ pip install -r ./dev_tools/pip-list
49
48
- name : Pytest check
50
49
run : |
51
- pip install pytest
52
50
pytest
Original file line number Diff line number Diff line change
1
+ pytest~=6.2.1
2
+ pyscf~=1.7.5.1
3
+ openfermion~=1.0.0
Original file line number Diff line number Diff line change 1
1
openfermion >= 1.0
2
2
pyscf
3
- pytest
You can’t perform that action at this time.
0 commit comments