Skip to content

Relax dependencies and make them independent on python version #1

Relax dependencies and make them independent on python version

Relax dependencies and make them independent on python version #1

Workflow file for this run

name: Required checks
on:
pull_request:
jobs:
required-checks:

Check failure on line 7 in .github/workflows/required-checks.yml

View workflow run for this annotation

GitHub Actions / Required checks

Invalid workflow file

The workflow is not valid. .github/workflows/required-checks.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
name: Required checks
runs-on: ubuntu-22.04
needs: [testing]
steps:
- run: echo "All required checks passed"