Skip to content

Commit

Permalink
Updated cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Jan 28, 2024
1 parent a176da3 commit 80f31eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
- name: Check out sources
uses: actions/checkout@v4
- name: Get Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: ${{ matrix.CI_ARCH }}
- uses: actions/cache@v4
id: cache-deps
with:
path: venv
path: |
venv
bookworm/resources
key: ${{ runner.os }}-venv-${{ matrix.CI_ARCH }}-${{ hashFiles('requirements*.txt') }}
- name: Setup dependencies
run: |
Expand Down

0 comments on commit 80f31eb

Please sign in to comment.