Skip to content

Commit

Permalink
Merge branch 'develop' into feature/forecast-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek authored Feb 9, 2023
2 parents 9d2509a + 5953be0 commit e99a98e
Show file tree
Hide file tree
Showing 72 changed files with 7,805 additions and 2,691 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:

- name: Start Terminal and exit
shell: bash -l {0}
run: python terminal.py
run: yes "" | python terminal.py
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Start Terminal and exit
run: |
source $VENV
python terminal.py
yes "" | python terminal.py
markdown-link-check:
name: Markdown Linting
runs-on: ubuntu-latest
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Start Terminal and exit
run: |
source $VENV
python terminal.py
yes "" | python terminal.py
tests-conda:
name: Anaconda Python Tests - (${{ matrix.python-version }}, ${{ matrix.os }})
needs: test
Expand Down Expand Up @@ -254,4 +254,4 @@ jobs:

- name: Start Terminal and exit
shell: bash -l {0}
run: python terminal.py
run: yes "" | python terminal.py
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Start Terminal and exit
run: |
source $VENV
python terminal.py
yes "" | python terminal.py
tests-python:
name: Vanilla Python Tests - ${{ matrix.python-version }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Start Terminal and exit
run: |
source $VENV
python terminal.py
yes "" | python terminal.py
full-test:
name: Full Test Suite - (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Start Terminal and exit
run: |
source $VENV
python terminal.py
yes "" | python terminal.py
tests-conda:
name: Anaconda Python Tests - (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down Expand Up @@ -323,4 +323,4 @@ jobs:

- name: Start Terminal and exit
shell: bash -l {0}
run: python terminal.py
run: yes "" | python terminal.py
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:

- name: Start Terminal and exit
shell: bash -l {0}
run: python terminal.py
run: yes "" | python terminal.py
Loading

0 comments on commit e99a98e

Please sign in to comment.