Skip to content

#525: Added tests for installing pipx on different GitHub runners #1778

#525: Added tests for installing pipx on different GitHub runners

#525: Added tests for installing pipx on different GitHub runners #1778

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
schedule:
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
CI:
uses: ./.github/workflows/merge-gate.yml

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/merge-gate.yml" --> "./.github/workflows/slow-checks.yml" : (Line: 53, Col: 12): Job 'Verify-pipx-Installation' depends on unknown job 'runner-images'.
secrets: inherit
permissions:
contents: read
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml
secrets: inherit
permissions:
contents: read