Skip to content

Commit

Permalink
try going red
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 12, 2024
1 parent 0f58000 commit 682c697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ jobs:
- id: run-tests
name: run tests
continue-on-error: true
run: pytest -n auto --pyargs gufe

- uses: actions/checkout@v4

- name: raise-or-close-issue
if: steps.run-tests.outcome == 'failure'
if: ${{ always() }}
env:
CI_OUTCOME: ${{ steps.run-tests.outcome }}
TITLE: "[CI] CONDA CRON FAILURE ${{ matrix.os }} python ${{ matrix.python-version }}"
Expand Down

0 comments on commit 682c697

Please sign in to comment.