Skip to content

Commit d0cc4e0

Browse files
committed
update
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
1 parent 71d516f commit d0cc4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
else
7979
source venv/bin/activate
8080
fi
81-
pip3 install .
81+
cd .. && pip3 install qpp/
8282
8383
python -c "import pyqpp; print(pyqpp.dirac(pyqpp.states.zero()))"

0 commit comments

Comments
 (0)