diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02c77d0..ed118a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 .