diff --git a/.github/workflows/ci_uint_tests.yaml b/.github/workflows/ci_uint_tests.yaml index da91e2dad6..80652d84ae 100644 --- a/.github/workflows/ci_uint_tests.yaml +++ b/.github/workflows/ci_uint_tests.yaml @@ -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 @@ -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 diff --git a/workflow/setup_xml.py b/workflow/setup_xml.py index 673463e529..a66e4922a3 100755 --- a/workflow/setup_xml.py +++ b/workflow/setup_xml.py @@ -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')