Skip to content

Commit

Permalink
chore: Update build and test workflow
Browse files Browse the repository at this point in the history
Remove cache on setup-python action - wants to install and manage the dependencies. We'll do this manually.
  • Loading branch information
cmlccie committed Aug 3, 2024
1 parent eeaf9e3 commit c24759d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip

- uses: Gr1N/setup-poetry@v9

Expand Down

0 comments on commit c24759d

Please sign in to comment.