Skip to content

Commit

Permalink
Merge branch 'main' into feature/protocolresult_n_protocol_dag_results
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Nov 18, 2024
2 parents 68c9480 + d15ea96 commit 93adf94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/conda_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
# At 07:00 UTC every day
- cron: "0 7 * * *"
pull_request:
branches:
- main

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand All @@ -21,13 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# Note: pinned to macos-12
# see https://github.com/OpenFreeEnergy/openfe/issues/842
os: ['ubuntu-latest', 'macos-12']
os: ['ubuntu-latest', 'macos-14']
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: setup micromamba
Expand All @@ -52,12 +53,13 @@ jobs:
- id: run-tests
name: run tests
continue-on-error: true
run: pytest -n auto --pyargs gufe

- uses: actions/checkout@v4
if: ${{ always() }}

- name: raise-or-close-issue
if: ${{ always() }}
env:
CI_OUTCOME: ${{ steps.run-tests.outcome }}
TITLE: "[CI] CONDA CRON FAILURE ${{ matrix.os }} python ${{ matrix.python-version }}"
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- coverage
- networkx
- numpy
- openmm <8.2
- openff-toolkit >=0.15.1
- openff-units ==0.2.0 # https://github.com/openforcefield/openff-units/issues/69
- pint <0.22 # https://github.com/openforcefield/openff-units/issues/69
Expand Down

0 comments on commit 93adf94

Please sign in to comment.