adding the required includes, which were previously only available tr… #1767
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |