Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Apr 29, 2024
1 parent c4f4011 commit 07be223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
args: --release --out dist --manifest-path moyopy/Cargo.toml
sccache: 'true'
manylinux: auto
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('moyopy/examples/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: examples
shell: bash
run: |
Expand Down

0 comments on commit 07be223

Please sign in to comment.