Skip to content

Add explicit workdir and debug output for tox #7

Add explicit workdir and debug output for tox

Add explicit workdir and debug output for tox #7

Workflow file for this run

[previous content remains the same until the tox step, where we change:]

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
- 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