uberenv updates to support dev with python in spack envs #205
This file contains 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: macos | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
# Test uberenv-pkg Spack build mode in macos | |
build_uberenv_mode: | |
name: Uberenv Build Mode (MacOS) | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run Uberenv | |
run: | | |
cd .ci/test-project | |
python3 ../../uberenv.py --project-json=uberenv_configs/uberenv-pkg.json | |
cat uberenv_libs/*.cmake |