Skip to content

Commit

Permalink
Disable numpy refcheck on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Jul 18, 2023
1 parent 11df616 commit 9706c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectq/backends/_sim/_pysim.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import numpy as _np

_USE_REFCHECK = True
if 'TRAVIS' in os.environ: # pragma: no cover
if 'CI' in os.environ: # pragma: no cover
_USE_REFCHECK = False


Expand Down

0 comments on commit 9706c1d

Please sign in to comment.