Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asewnath committed Oct 8, 2024
1 parent 232f57e commit 2d204c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaml_coding_norms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Check YAML Coding Norms
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: yaml-lint
name: yaml-lint
uses: ibiqlik/action-yamllint@v3
Expand All @@ -27,7 +27,7 @@ jobs:
format: colored
config_file: .yamllint.yml

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: yamllint-logfile
Expand Down
2 changes: 1 addition & 1 deletion requirements-github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xarray>=2022.6.0
seaborn>=0.12.2
hvplot>=0.8.2
nbconvert>=6.5.4
bokeh<3.5.0,>=3.4.0
bokeh<3.6.0,>=3.5.0
geopandas>=0.13.2
geoviews>=1.10.0
nbsite
Expand Down
4 changes: 2 additions & 2 deletions src/eva/tests/config/testIodaObsSpaceAmsuaN19_TimeSeries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ graphics:
layers:
- type: LinePlot
x:
variable: time_series::MetaData::Dates
variable: experiment_time_series::MetaData::Dates
y:
variable: time_series::ObsValueMinusHofx::brightnessTemperature_mean
variable: experiment_time_series::ObsValueMinusHofx::brightnessTemperature_mean
channel: 3
markersize: 5
color: 'black'
Expand Down

0 comments on commit 2d204c9

Please sign in to comment.