Skip to content

Commit 905a94f

Browse files
Fix path issue for 4C container
1 parent 1afc7bb commit 905a94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run_tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
pip install ${{ inputs.install-command }}
3030
python --version
3131
pip list
32-
TEMP_DIR="${{ runner.temp }}/meshpy_pytest"
32+
TEMP_DIR="${RUNNER_TEMP}/meshpy_pytest"
3333
mkdir -p "$TEMP_DIR"
3434
echo "PYTEST_TMPDIR=$TEMP_DIR" >> $GITHUB_ENV
3535
pytest --basetemp="$TEMP_DIR" ${{ inputs.additional-pytest-flags}}

0 commit comments

Comments
 (0)