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]
1919
2020jobs :
2121 pytest :
22- name : Pytest Ubuntu
22+ name : Pytest Ubuntu python3.6
2323 runs-on : ubuntu-16.04
2424 steps :
2525 - uses : actions/checkout@v1
@@ -29,13 +29,12 @@ jobs:
2929 architecture : ' x64'
3030 - name : Install requirements
3131 run : |
32- pip install -r requirements.txt
32+ pip install -r ./dev_tools/pip-list
3333 - name : Pytest check
3434 run : |
35- pip install pytest
3635 pytest
3736 pytest37 :
38- name : Pytest Ubuntu
37+ name : Pytest Ubuntu python3.7
3938 runs-on : ubuntu-16.04
4039 steps :
4140 - uses : actions/checkout@v1
4544 architecture : ' x64'
4645 - name : Install requirements
4746 run : |
48- pip install -r requirements.txt
47+ pip install -r ./dev_tools/pip-list
4948 - name : Pytest check
5049 run : |
51- pip install pytest
5250 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 11openfermion >= 1.0
22pyscf
3- pytest
You can’t perform that action at this time.
0 commit comments