From a248292deb1ee9c1047c86913ebc36c8973d618f Mon Sep 17 00:00:00 2001 From: mlee03 Date: Tue, 11 Jun 2024 13:59:39 -0400 Subject: [PATCH] get ..s correct --- .github/workflows/main_unit_tests_mpich.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_unit_tests_mpich.yaml b/.github/workflows/main_unit_tests_mpich.yaml index 3b391bc7..bd7e17ed 100644 --- a/.github/workflows/main_unit_tests_mpich.yaml +++ b/.github/workflows/main_unit_tests_mpich.yaml @@ -24,7 +24,7 @@ jobs: pip3 install --upgrade pip setuptools wheel pip3 install -r requirements_dev.txt -c constraints.txt cd tests/main && mkdir -p input && cd input - python3 ../../examples/generate_eta_files.py + python3 ../../../examples/generate_eta_files.py cd ../../../ - name: run: pytest -x tests/main \ No newline at end of file