Skip to content

fix for python install on self-hosted runners #3741

fix for python install on self-hosted runners

fix for python install on self-hosted runners #3741

Workflow file for this run

# Run checks required for a PR to merge and verify if post-merge commit is valid.
# This workflow only call other workflows.
name: PR/push
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
CodeQL:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/reusable_codeql.yml

Check failure on line 23 in .github/workflows/pr_push.yml

View workflow run for this annotation

GitHub Actions / PR/push

Invalid workflow file

The workflow is not valid. In .github/workflows/pr_push.yml (Line: 23, Col: 11): Error from called workflow oneapi-src/unified-memory-framework/.github/workflows/reusable_codeql.yml@4fc179da2ab26026e816dab9fdfb3b0dde677379 (Line: 46, Col: 7): 'run' is already defined