We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1b277 commit ce0c683Copy full SHA for ce0c683
1 file changed
.github/workflows/ci.yml
@@ -20,10 +20,12 @@ jobs:
20
uses: actions/checkout@v2
21
- name: Build dpptensor
22
run: |
23
+ . activate ddpt
24
g++ -v
25
CMAKE_BUILD_PARALLEL_LEVEL=8 python setup.py develop
26
- name: Run tests
27
28
29
pytest test
30
DDPT_CW=0 pytest test
31
DDPT_CW=1 pytest test
0 commit comments