Skip to content

Commit

Permalink
#929: ci: fix Bingo build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkviatkovskii authored and Mikalai Sukhikh committed Jan 17, 2023
1 parent 6b647e4 commit acbf8c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api/indigo-version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(INDIGO_DEFAULT_VERSION "1.9.0-dev.0")
set(INDIGO_MAX_REVISION 500)

set(INDIGO_MAX_REVISION 1000)
find_package(Git)
if(GIT_EXECUTABLE)
EXECUTE_PROCESS(COMMAND ${GIT_EXECUTABLE} describe --long --tags --match indigo-*
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/tests/basic/molfile_stereo_desc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def stereo_desc_test(py_file, out_queue):
out_queue.put(str_res)


if isIronPython() or isJython():
if isJython():
from Queue import Queue
else:
from queue import Queue
Expand Down
2 changes: 1 addition & 1 deletion bingo/bingo-version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(BINGO_DEFAULT_VERSION "1.9.1")
set(BINGO_MAX_REVISION 500)
set(BINGO_MAX_REVISION 1000)

find_package(Git)
if(GIT_EXECUTABLE)
Expand Down

0 comments on commit acbf8c2

Please sign in to comment.