Skip to content

Commit

Permalink
update ffmpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jul 29, 2024
1 parent d2a392d commit b498c6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Upgrade setuptools
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -U build==0.10.0
pip install -U ffmpy==0.3.1
- name: Install AgentScope
run: |
pip install -e .[full]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Upgrade setuptools
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -U build==0.10.0
pip install -U ffmpy==0.3.1
- name: Install Dependencies
run: |
pip install -e .[full]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Upgrade setuptools
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -U build==0.10.0
pip install -U ffmpy==0.3.1
- name: Install Minimal Dependencies
run: |
pip install -q -e .
Expand Down

0 comments on commit b498c6a

Please sign in to comment.