Skip to content

Commit

Permalink
Merge pull request #183 from UrbanSystemsLab/solarsally
Browse files Browse the repository at this point in the history
test the checks
  • Loading branch information
SallyElHajjar authored Oct 14, 2024
2 parents 02edb3e + 3b02daa commit faee056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
usl_lib:
name: usl_lib CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
FIRESTORE_EMULATOR_HOST: "localhost:8085"
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
study_area_uploader:
name: Study Area Uploader CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cloud_functions:
name: Cloud Funcations CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
usl_models:
name: USL Models CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
FIRESTORE_EMULATOR_HOST: "localhost:8085"
steps:
Expand Down
2 changes: 1 addition & 1 deletion usl_pipeline/cloud_functions/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def test_compute_wind_components():
ncfile.createDimension("south_north_stag", 3)
ncfile.createDimension("num_metgrid_levels", 2)

# In WPS/WRF files, 'Times'->dimension and 'Time'->variable
# In WPS/WRF file, 'Times'->dimension and 'Time'->variable
ncfile.createVariable("Times", "f8", ("Time",))
uu = ncfile.createVariable(
"UU", "float32", ("Time", "num_metgrid_levels", "south_north", "west_east_stag")
Expand Down

0 comments on commit faee056

Please sign in to comment.