Skip to content

Commit

Permalink
updating dependency cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Nov 21, 2023
1 parent 30eef6a commit 4ff0098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ jobs:
lint_test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "poetry"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 4ff0098

Please sign in to comment.