Skip to content

Commit

Permalink
use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchitrapu committed Apr 2, 2023
1 parent 24862e1 commit 113501c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Poetry
run: |
python -m pip install poetry==1.4.1
- name: Install Python3
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
cache: 'poetry'

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

- name: Install dependencies and cache
uses: actions/cache@v2
Expand Down

0 comments on commit 113501c

Please sign in to comment.