mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
feat: pip cache
This commit is contained in:
parent
3cbc16fde3
commit
aa8e59563e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unittest.yaml
vendored
1
.github/workflows/unittest.yaml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sh tests/scripts/run_install_deps.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue