Skip to content

Commit

Permalink
Merge pull request #534 from pybop-team/notebook-naming-updates
Browse files Browse the repository at this point in the history
Align notebook names
  • Loading branch information
BradyPlanden authored Oct 11, 2024
2 parents 8231a9e + 101f9ce commit bd061d2
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 bd061d2

Please sign in to comment.