Skip to content

Commit

Permalink
Merge pull request conda-forge#18 from h-vetinari/win_codegen
Browse files Browse the repository at this point in the history
Re-enable codegen tests on windows
  • Loading branch information
h-vetinari authored Mar 12, 2021
2 parents c1094c1 + 725c296 commit 65da94a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ test:
- setuptools
commands:
# codegen interface requires compiler + cmake
- python -m pytest --pyargs osqp # [not win]
# TODO: windows codegen tests are currently failing on azure
- python -m pytest --pyargs osqp -k "not codegen_" # [win]
- python -m pytest --pyargs osqp

about:
home: https://osqp.org/
Expand Down

0 comments on commit 65da94a

Please sign in to comment.