Skip to content

Commit

Permalink
activte conda env with the source command and the activate
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Jan 22, 2024
1 parent b022f43 commit db76c5b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: $CONDA/bin/conda env update --file environment.yml --name base

- name: init conda
run: conda init
run: $CONDA/bin/conda env update --file environment.yml --name taranis_env

- name: activate conda
run: conda activate base
run: source $CONDA/etc/profile.d/conda.sh && conda activate taranis_env

- name: Install taranis
run: pip install .
Expand Down

0 comments on commit db76c5b

Please sign in to comment.