diff --git a/.github/workflows/conda_cron.yaml b/.github/workflows/conda_cron.yaml index 98354dc6..adffb1df 100644 --- a/.github/workflows/conda_cron.yaml +++ b/.github/workflows/conda_cron.yaml @@ -26,17 +26,22 @@ jobs: python-version: - "3.9" - "3.10" + - "3.11" steps: - name: setup micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-file: environment.yml environment-name: gufe cache-environment: true cache-downloads: true create-args: >- python=${{ matrix.python-version }} + pip + condarc: | + channels: + - jaimergp/label/unsupported-cudatoolkit-shim + - conda-forge init-shell: bash - name: install gufe and deps