diff --git a/.github/workflows/ci-with-conda.yml b/.github/workflows/ci-with-conda.yml index bd9ae8c..3398ce8 100644 --- a/.github/workflows/ci-with-conda.yml +++ b/.github/workflows/ci-with-conda.yml @@ -26,6 +26,7 @@ jobs: run: | conda install -c conda-forge mamba mamba env update --file mbarq_environment.yaml --name base + pip install . - name: Lint with flake8 run: | conda install flake8