Skip to content

Commit

Permalink
tring env unclaching wxflow repo to see if it is solving the EXPDIR p…
Browse files Browse the repository at this point in the history
…roblem with setup_xml
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 25, 2024
1 parent 2b3a122 commit f6d5dd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_uint_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 wxflow
pip install git+https://github.com/TerrenceMcGuinness-NOAA/wxflow.git@config_env_xor
pip install wget
- name: Cache Rocoto Install
Expand Down Expand Up @@ -57,9 +57,6 @@ jobs:
pytest -v -k test_rocoto_done
pytest -v -k test_rocoto_stalled
pytest -v -k test_setup_exp
#ls -l $GITHUB_WORKSPACE/ci/scripts/tests/testdata/RUNDIR/C48_ATM
#grep EXPDIR $GITHUB_WORKSPACE/ci/scripts/tests/testdata/RUNDIR/C48_ATM/config.base
#echo "EXPDIR: ${EXPDIR}"
pytest -v -k test_setup_xml
Expand Down
3 changes: 0 additions & 3 deletions workflow/setup_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def main(*argv):
'taskthrottle': user_inputs.taskthrottle,
'verbosity': user_inputs.verbosity}

current_env = os.environ.copy()
print( f'EXPDIR: {current_env["EXPDIR"]}')

cfg = Configuration(user_inputs.expdir)

base = cfg.parse_config('config.base')
Expand Down

0 comments on commit f6d5dd6

Please sign in to comment.