8000 adding the required includes, which were previously only available transitively via the JOIN_SRCS macro · catboost/catboost@14dcb6a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adding the required includes, which were previously only available tr… #1767

adding the required includes, which were previously only available tr…

adding the required includes, which were previously only available tr… #1767

Workflow file for this run

name: Check build and tests
on:
push:
branches:
- master
pull_request:
jobs:
check:
name: Check per OS
strategy:
matrix:
os: [linux, macos, windows]
fail-fast: false
with:
os: ${{ matrix.os }}
artifacts_version: ${{ github.sha }}
catboost_package_version: 1.2.8
uses: ./.github/workflows/check_per_os.yaml
0