Skip to content

Commit

Permalink
fixed case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 13, 2024
1 parent 04e6ccf commit 4557382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install Virtualized Poetry
shell: bash
run: |
mkdir -P /home/runner/poetry-install-dir
mkdir -p /home/runner/poetry-install-dir
python3.11 -m venv $HOME/poetry-install-dir
/home/runner/poetry-install-dir/poetry-install-dir/bin/pip install -U pip setuptools
/home/runner/poetry-install-dir/poetry-install-dir/bin/pip install poetry
Expand Down

0 comments on commit 4557382

Please sign in to comment.