fix run arg

This commit is contained in:
Grant Limberg 2025-09-03 10:28:42 -07:00
parent 4395574706
commit b09956ae59

View file

@ -26,7 +26,7 @@ jobs:
path: ${{ env.CONDA }}/envs
key: ${{ runner.os }}-${{ runner.arch }}-conda-${{ hashFiles('environment.yml') }}
- name: Update Conda Environment
run:
run: |
source ~/miniconda3/etc/profile.d/conda.sh
conda env activate central_controller
conda env update --file environment.yml