Skip to content

Commit

Permalink
moved import test
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 14, 2024
1 parent ef435b3 commit b175d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
python -m pip install .
cd ..
python -c "import pymoab"
python -c "import cad_to_dagmc"
python -m pip install .[tests]
python -c "import cad_to_dagmc"
pytest -v tests
cd examples
python examples/surface_mesh/cadquery_assembly.py
Expand Down

0 comments on commit b175d2b

Please sign in to comment.