diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7b33fa..f55f30e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - name: Install pharokka shell: bash -l {0} run: | - mamba install python=${{ matrix.python-version }} + conda install python=${{ matrix.python-version }} python -m pip install --upgrade pip pip install -e . - name: Run tests and collect coverage