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 5c2e040
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,21 +5,18 @@ 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"]
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
with:
python-version: ${{ matrix.python }}
cache: poetry

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5c2e040

Please sign in to comment.