Skip to content

Commit

Permalink
w3
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent 95b12eb commit 05b4ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
COMPILER: clang
BUILD_TYPE: ${{ matrix.build_type }}
BUILD_DARTPY: ON
BUILD_DARTPY: OFF
DART_USE_SYSTEM_IMGUI: OFF
IN_CI: ON
ENABLE_SIMD: ${{ matrix.enable_simd }}
Expand Down
6 changes: 3 additions & 3 deletions scripts/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ else
fi

# Use pip for the default Python3 version
py_version=$(python3 -c "import sys; print('{}.{}'.format(sys.version_info[0], sys.version_info[1]))")
py_version_major=$(echo $py_version | cut -d. -f1)
pip$py_version_major install -U numpy pytest
# py_version=$(python3 -c "import sys; print('{}.{}'.format(sys.version_info[0], sys.version_info[1]))")
# py_version_major=$(echo $py_version | cut -d. -f1)
# pip$py_version_major install -U numpy pytest

0 comments on commit 05b4ebd

Please sign in to comment.