Skip to content

Commit

Permalink
Merge pull request #42 from EPAENERGYSTAR/feature/epa2.0_line_voltage…
Browse files Browse the repository at this point in the history
…_github_action_validation

testing CI
  • Loading branch information
john-zither authored Dec 11, 2023
2 parents 9e3b984 + 3f36423 commit 5ce9a80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# Apparently 3.10 gets converted to 3.1 if it's not a string. Brilliant.
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install wheel flake8
pip install -r dev-requirements.txt
pip install -e .
pip install -r requirements.txt
- name: Prime Cache
run: |
mkdir $HOME/.eeweather
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_conda_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
C:\Miniconda\condabin\conda.bat activate base
C:\Miniconda\condabin\conda.bat install pytest pytest-cov coverage mock pip
C:\Miniconda\condabin\conda.bat install -c conda-forge shapely
pip install -e .
pip install -r requirements.txt
pytest
2 changes: 2 additions & 0 deletions scripts/multi_thermostat_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# These are variables used in the example code. Please tailor these to your
# environment as needed.

# This comment here is just a change to test github's CI.

# Whether to compute Advanced Statistics (in most cases this is NOT needed)
ADVANCED_STATS = False

Expand Down

0 comments on commit 5ce9a80

Please sign in to comment.