diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e28960..6bfe315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: run: | conda install -y python=3.11 conda env update --file requirements.yml --name base + conda init conda activate base pip install -e. - name: Test with Pytest