Skip to content

Commit

Permalink
Added $(which poetry)
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBergle committed Apr 12, 2024
1 parent 6de508d commit 4812ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genisys-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: |
sudo poetry install
sudo $(which poetry) install
- name: Test Install Command with Sudo
run: sudo $(which poetry) run genisys install --file tests/scripts/tests/default/data/config.yaml --root temp_directory

0 comments on commit 4812ee2

Please sign in to comment.