File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 python-version : ' 3.10'
4343
44+ - name : Install uv
45+ uses : astral-sh/setup-uv@v6
46+ with :
47+ activate-environment : true
48+
4449 - name : Dependencies
4550 run : |
4651 .github/workflows/dependencies/dependencies_gcc10.sh
6166 export CCACHE_MAXSIZE=200M
6267 ccache -z
6368
64- python3 -m pip install -U pip setuptools[core] wheel
65- python3 -m pip install -U pip mpi4py pytest pybind11-stubgen pre-commit
66- cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF
69+ uv pip install -U setuptools[core] wheel
70+ uv pip install -U mpi4py pytest pybind11-stubgen pre-commit
71+ cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DAMReX_EB=ON - DpyAMReX_IPO=OFF -DPY_PIP_COMMAND="uv;pip"
6772 cmake --build build -j 4 --target pip_install
6873
6974 ccache -s
You can’t perform that action at this time.
0 commit comments