Skip to content

Commit

Permalink
move setup poetry before python to use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Oct 17, 2024
1 parent 7a62d87 commit e22943b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- name: set up Poetry
uses: abatilo/actions-poetry@v3
- name: set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: "poetry"
- name: set up Poetry
uses: abatilo/actions-poetry@v3
- name: install dependencies
run: |
set -x
Expand Down

0 comments on commit e22943b

Please sign in to comment.