Skip to content

Commit

Permalink
Fix: it is impossible to use 'env' variables in with clause for some …
Browse files Browse the repository at this point in the history
…reason (see actions/runner#2372)..

7cbb7fdbbd1ec0f94cdbb2b540241b49606a8bc7
  • Loading branch information
andrey-khropov committed Mar 27, 2024
1 parent e3bd61c commit b408dfa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
branches:
- master

env:
catboost_package_version: 1.2.4

jobs:
check:
name: Check per OS
Expand All @@ -15,5 +12,5 @@ jobs:
with:
runs-on_value: ${{ matrix.os }}
artifacts_version: ${{ github.sha }}
catboost_package_version: ${{ env.catboost_package_version }}
catboost_package_version: 1.2.4
uses: ./.github/workflows/check_per_os.yaml

0 comments on commit b408dfa

Please sign in to comment.