Skip to content

Commit

Permalink
Cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Feb 16, 2024
1 parent 6d28af1 commit b1f0dbc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
cache: poetry
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit b1f0dbc

Please sign in to comment.