Skip to content

Commit

Permalink
Skip rosbag tests for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 25, 2024
1 parent 2cfd620 commit 23576c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test
run: |
python -m pip install dist/*.tar.gz pytest
pytest test --color=yes -v
pytest test/ --ignore test/test_ros.py --color=yes -v
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 23576c3

Please sign in to comment.