Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Jul 12, 2024
1 parent 8ee8695 commit 152d57c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ jobs:
shell: bash -l {0}
run: |
micromamba activate estimagic
pytest tests/optimagic/visualization
pytest tests/optimagic/parameters
pytest tests/estimagic
pytest -m "not slow and not jax"
code-in-docs:
name: Run code snippets in documentation
runs-on: ubuntu-latest
Expand All @@ -115,7 +113,7 @@ jobs:
run: |-
micromamba activate estimagic
cd docs/source
python -m doctest -v how_to_guides/optimization/how_to_specify_constraints.md
python -m doctest -v how_to_guides/how_to_constraints.md
run-mypy:
name: Run mypy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 152d57c

Please sign in to comment.