diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 29d6bc7..1846cab 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,3 +25,11 @@ jobs: - name: ~/.mantid run: git clone https://github.com/yxqd/dotmantid ~/.mantid + # setup conda + - uses: conda-incubator/setup-miniconda@v2 + with: + auto-update-conda: true + activate-environment: testenv + python-version: ${{ matrix.python-version }} + channels: mcvine,conda-forge +