Skip to content

Commit

Permalink
added wxflow update to runner for test setups
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed May 30, 2024
1 parent 01d2295 commit 848e220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get install -y perl libxml-libxml-perl libxml-libxslt-perl libdatetime-perl
python -m pip install --upgrade pip
pip install pytest
pip install git+https://github.com/NOAA-EMC/wxflow.git@develop
pip install git+https://github.com/TerrenceMcGuinness-NOAA/wxflow.git@config_env_xor
- name: Cache Rocoto Install
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_setup_xml():
]

env = os.environ.copy()
del env['EXPDIR']
#env['ACCOUNT'] = "foo"

setup_xml_script = Executable(setup_xml_py)
setup_xml_script.add_default_arg(arguments)
Expand Down

0 comments on commit 848e220

Please sign in to comment.