Skip to content

Commit

Permalink
debug pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
donghufeng committed Jul 27, 2023
1 parent b866cfd commit 455b84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
which python
which python3
which pip
pip show mindquantum
pip show pytest
echo $PYTHONPATH
python3 -c "import mindquantum as mq;print(mq.qft(range(3)))"
pytest tests/st
# ============================================================================
Expand Down

0 comments on commit 455b84f

Please sign in to comment.