Skip to content

Commit

Permalink
fix conda cron
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored and richardjgowers committed Sep 12, 2023
1 parent fa1d6d1 commit 441b70a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/conda_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 441b70a

Please sign in to comment.