Add explicit workdir and debug output for tox #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[previous content remains the same until the tox step, where we change:] | ||
- name: Run tox with UV | ||
run: | | ||
echo "Current directory: $(pwd)" | ||
ls -la | ||
echo "Content of pyproject.toml:" | ||
cat pyproject.toml | ||
PYTHONPATH=/home/runner/work/mdtk/mdtk tox r --verbose --workdir /home/runner/work/mdtk/mdtk |