Skip to content

Commit

Permalink
Merge branch 'develop' into 526-add-optimisation-check-for-non-finite…
Browse files Browse the repository at this point in the history
…-cost-parameter-value
  • Loading branch information
BradyPlanden committed Oct 11, 2024
2 parents 371ae0c + bd061d2 commit c8b00e6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
# Check noxfile.py for associated environment variables
env:
PYBOP_SCHEDULED: 1
FORCE_COLOR: 3

jobs:
# Dynamically create a matrix of OS, Python, and PyBaMM versions
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
pull_request:

# Add colors to nox/pytest
env:
FORCE_COLOR: 3

concurrency:
# github.workflow: name of the workflow, so that we don't cancel other workflows
# github.event.pull_request.number || github.ref: pull request number or branch name if not a pull request
Expand Down
File renamed without changes.

0 comments on commit c8b00e6

Please sign in to comment.