From 23576c3ea9da061c47288d5f173a0ca223740732 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Sun, 25 Feb 2024 16:17:24 +0200 Subject: [PATCH] Skip rosbag tests for sdist --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 761afb5..0ec8f05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: