Remove left over test

This commit is contained in:
Jakob Lass
2025-04-17 13:34:45 +02:00
parent 3b67ec40b2
commit aef221fb04

View File

@ -32,11 +32,3 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -vv tests
release-test:
needs: [build_test]
runs-on: ubuntu-latest
steps:
- name: Checking that the above worked
run: |
echo "🎉 The job was automatically triggered by the success of build_test."