Skip to content

Commit

Permalink
Skip install of scikits.odes on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Apr 20, 2020
1 parent 461cda2 commit b19de10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Install optional scikits.odes package
run: |
if: matrix.os != 'windows-latest'
echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH
echo DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
pybamm_install_odes
Expand Down

0 comments on commit b19de10

Please sign in to comment.