We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd49604 commit e7373e6Copy full SHA for e7373e6
.github/workflows/homebrew.yml
@@ -151,8 +151,8 @@ jobs:
151
cp $(brew --prefix mfc)/examples/1D_sodshocktube/case.py "$TESTDIR/"
152
153
echo "Running with $(sysctl -n hw.ncpu) processors..."
154
- cd "$TESTDIR"
155
- mfc run case.py -j $(sysctl -n hw.ncpu)
+ # Use absolute path since mfc wrapper creates its own tmpdir
+ mfc run "$TESTDIR/case.py" -j $(sysctl -n hw.ncpu)
156
157
echo "Test case completed successfully!"
158
0 commit comments