Skip to content

Commit

Permalink
first install poetry binary before python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchitrapu committed Apr 2, 2023
1 parent 113501c commit a6db174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Poetry
- name: Install Poetry
run: |
python -m pip install poetry==1.4.1
Expand Down

0 comments on commit a6db174

Please sign in to comment.