Skip to content

Commit 38df34a

Browse files
committed
fix
1 parent bac7263 commit 38df34a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_qlassf_to_bqm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
# pyqubo doesn't work on python 3.12
2323
DISABLE_BQM_TESTS = False
2424

25-
if os.getenv("GITHUB_ACTIONS") and sys.version_info.minor == 12:
25+
# os.getenv("GITHUB_ACTIONS") and
26+
if sys.version_info.major == 3 and sys.version_info.minor == 12:
2627
try:
2728
import dimod
2829
import neal

0 commit comments

Comments
 (0)