Skip to content

Commit

Permalink
chore: install poetry without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk committed Jun 24, 2024
1 parent 4f137b5 commit 9fe790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ jobs:
if: steps.download-openapi.conclusion != 'skipped'
shell: bash
run: |
sudo pip install poetry==1.5.1
pip install poetry==1.5.1
export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}
Expand Down

0 comments on commit 9fe790d

Please sign in to comment.