Skip to content

Commit

Permalink
Test this
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Jan 17, 2025
1 parent 731ba0c commit d903fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
run: python -m pip install --upgrade pip
- name: Build pip package
run: python -m pip install --verbose .
- name: Test pybind
run: python3 -c "from mapmos.pybind import mapmos_pybind"
- name: Test pipeline
run: python3 -c "from mapmos.pipeline import pipeline"
- name: Test installation
run: mapmos_pipeline --help

0 comments on commit d903fbf

Please sign in to comment.