Skip to content

Commit

Permalink
Added 'ls' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 13, 2024
1 parent 6ea636b commit 3658a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
run: |
mkdir -p /home/runner/poetry-install-dir
python3.11 -m venv /home/runner/poetry-install-dir
ls /home/runner/poetry-install-dir
ls /home/runner/poetry-install-dir/bin
/home/runner/poetry-install-dir/poetry-install-dir/bin/python -m pip install -U pip setuptools
/home/runner/poetry-install-dir/poetry-install-dir/bin/python -m pip install poetry
Expand Down

0 comments on commit 3658a01

Please sign in to comment.