mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 00:03:00 +02:00
fix run arg
This commit is contained in:
parent
4395574706
commit
b09956ae59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/central-controller.yaml
vendored
2
.github/workflows/central-controller.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
path: ${{ env.CONDA }}/envs
|
path: ${{ env.CONDA }}/envs
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-conda-${{ hashFiles('environment.yml') }}
|
key: ${{ runner.os }}-${{ runner.arch }}-conda-${{ hashFiles('environment.yml') }}
|
||||||
- name: Update Conda Environment
|
- name: Update Conda Environment
|
||||||
run:
|
run: |
|
||||||
source ~/miniconda3/etc/profile.d/conda.sh
|
source ~/miniconda3/etc/profile.d/conda.sh
|
||||||
conda env activate central_controller
|
conda env activate central_controller
|
||||||
conda env update --file environment.yml
|
conda env update --file environment.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue