Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux authored Dec 6, 2024
1 parent 444d05b commit 710b919
Showing 1 changed file with 5 additions and 0 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("HiGHS");Pkg.add("Clp");Pkg.add("JuMP");Pkg.add("Base");Pkg.add("Xpress");Pkg.add("PythonCall")'

- name: Test
run: |
pytest
Expand All @@ -32,3 +35,5 @@ jobs:
run: |
python -m mypy src

0 comments on commit 710b919

Please sign in to comment.