Skip to content

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.12.0 #23

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.12.0

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.12.0 #23

Workflow file for this run

name: DEV BUILD
on:
pull_request:
types: [opened, synchronize]
jobs:
build_upload_whl:
strategy:
matrix:
include:
- name: python-version-3-10
python_version: '3.10'
push_tag: false
- name: python-version-3-13
python_version: '3.13'
push_tag: false
uses: ./.github/workflows/build_upload_whl.yml

Check failure on line 18 in .github/workflows/pull_requests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_requests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_requests.yml" -> "./.github/workflows/build_upload_whl.yml" : failed to fetch workflow: workflow was not found.
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.repository }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}
PUSH_TAG: ${{ matrix.push_tag }}
RELEASE_BUILD: false
GIT_USER: 'mfd-intel-bot'
GIT_EMAIL: '[email protected]'
PROJECT_NAME: 'mfd-hyperv'