Skip to content

Commit

Permalink
Removing cbcpy. (#42)
Browse files Browse the repository at this point in the history
* Removing cbcpy.

* Adding windows skip.
  • Loading branch information
joshua-cogliati-inl authored Aug 23, 2022
1 parent eb027f4 commit 09b287c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
We need to update LOGOS to use either PySP or mpi-sppy, using 5.7 which will consistent with HERON-->
<pyomo source="forge"/>
<coincbc os="mac,linux" skip_check="True" source="forge" />
<!-- Windows doesn't have coincbc, so get it through cbcpy? see https://stackoverflow.com/questions/58868054/how-to-install-coincbc-using-conda-->
<cbcpy os="windows" source='pip'/>
<!-- Windows doesn't have coincbc, so get it through cbcpy? cbcpy doesn't exist in python newer than 3.7, so this is not a good solution. The suggestion to use cbcpy was in https://stackoverflow.com/questions/58868054/how-to-install-coincbc-using-conda-->
<glpk skip_check="True" source="forge" />
<ipopt skip_check="True" source="forge" />
</main>
Expand Down
1 change: 1 addition & 0 deletions tests/Scheduling/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
type = 'LogosRun'
input = 'test_scheduling.xml'
UnorderedCsv = 'test_scheduling.csv'
skip_if_OS = 'windows'
[../]

[]

0 comments on commit 09b287c

Please sign in to comment.