Spaces:
Running on Zero
Running on Zero
| name: Tests Python 3.11 | |
| on: | |
| push: | |
| branches: [ main, master, develop ] | |
| pull_request: | |
| branches: [ main, master, develop ] | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/test-python-reusable.yml | |
| with: | |
| python-version: "3.11" | |
| secrets: inherit | |