Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Nov 11, 2024
1 parent 0e5f74a commit b3ceeec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
uses: actions/cache@v4
with:
path: .\delphivcl\__init__.pyi
key: ${{ runner.os }}-stubs
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphivcl\*') }}
restore-keys: |
${{ runner.os }}-cache-
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit b3ceeec

Please sign in to comment.