- workflows
This commit is contained in:
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: PyTest
|
name: PyTest
|
||||||
|
|
||||||
on: [workflow_call, push, pull_request]
|
on: workflow_call
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pytest:
|
pytest:
|
||||||
|
|||||||
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Wheels
|
name: Wheels
|
||||||
|
|
||||||
on: workflow_call
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
wheels_pytest:
|
wheels_pytest:
|
||||||
|
|||||||
Reference in New Issue
Block a user