Skip to content

Commit

Permalink
fix bug cased by setuptools 72
Browse files Browse the repository at this point in the history
  • Loading branch information
onemquan committed Jul 29, 2024
1 parent 3ea4a5c commit 190b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/camel_install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- name: Install the project dependencies
run: |
poetry run pip install "setuptools<72"
poetry run pip install ffmpy==0.3.2
poetry run pip install git+https://github.com/EuDs63/ffmpy.git
poetry install --with dev,docs -E all
shell: bash
- uses: actions/cache/save@v3
Expand Down

0 comments on commit 190b63b

Please sign in to comment.