Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit ce0c683

Browse files
committed
better?
1 parent ea1b277 commit ce0c683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
uses: actions/checkout@v2
2121
- name: Build dpptensor
2222
run: |
23+
. activate ddpt
2324
g++ -v
2425
CMAKE_BUILD_PARALLEL_LEVEL=8 python setup.py develop
2526
- name: Run tests
2627
run: |
28+
. activate ddpt
2729
pytest test
2830
DDPT_CW=0 pytest test
2931
DDPT_CW=1 pytest test

0 commit comments

Comments
 (0)