Skip to content

Commit

Permalink
Update python_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 5, 2024
1 parent cc1bdcf commit 3df1177
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,5 @@ jobs:
- name: Setup
shell: bash
run: |
if [[ "${{ matrix.os }}" == "macos-14" ]]; then
# use clang when creating macOS release artifacts
export COMPILER="clang"
export OS_NAME="macos"
elif [[ "${{ matrix.os }}" == "macos-13" ]]; then
export COMPILER="gcc"
export OS_NAME="macos"
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
export COMPILER="clang"
export OS_NAME="linux"
fi
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
$GITHUB_WORKSPACE/.ci/setup.sh || exit 1

0 comments on commit 3df1177

Please sign in to comment.