Skip to content

Move the entry_points definitions into setup.py (#2314) #468

Move the entry_points definitions into setup.py (#2314)

Move the entry_points definitions into setup.py (#2314) #468

name: test stable
on:
push:
branches:
- stable
pull_request:
branches:
- stable
workflow_dispatch:
jobs:
test-stable:
uses:
./.github/workflows/testing.yml
with:
xdist: no
branch_name: stable
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}
test-stable-xdist:
uses:
./.github/workflows/testing.yml
with:
xdist: yes
branch_name: stable
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}