Skip to content

Commit

Permalink
Merge branch 'Update-tests' of https://github.com/AntaresSimulatorTea…
Browse files Browse the repository at this point in the history
…m/antares-water-values into Update-tests
  • Loading branch information
Juliette-Gerbaux committed Dec 10, 2024
2 parents f8b0513 + 0b8fe8a commit 420436e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
- name: Install Julia dependencies
run: julia -e 'import Pkg; Pkg.add("SDDP");Pkg.add("Clp");Pkg.add("JuMP");Pkg.add("PythonCall")'

- name: Test
run: |
pytest
Expand All @@ -32,3 +35,5 @@ jobs:
run: |
python -m mypy src
2 changes: 0 additions & 2 deletions src/sddp.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module Jl_SDDP

using SDDP
using HiGHS
using Clp
using JuMP
using Base
using Xpress
using PythonCall

# Define types for structured data
Expand Down

0 comments on commit 420436e

Please sign in to comment.