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 71d516f commit d0cc4e0Copy full SHA for d0cc4e0
1 file changed
.github/workflows/cmake.yml
@@ -78,6 +78,6 @@ jobs:
78
else
79
source venv/bin/activate
80
fi
81
- pip3 install .
+ cd .. && pip3 install qpp/
82
83
python -c "import pyqpp; print(pyqpp.dirac(pyqpp.states.zero()))"
0 commit comments