Skip to content

Commit

Permalink
get ..s correct
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Jun 11, 2024
1 parent a5b17ea commit a248292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_unit_tests_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a248292

Please sign in to comment.