Remove left over test
This commit is contained in:
@ -32,11 +32,3 @@ jobs:
|
|||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
python -m pytest -vv tests
|
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."
|
|
||||||
|
Reference in New Issue
Block a user