Skip to content

Commit

Permalink
[Python Client] Pin importlib_metadata==7.2.1 to fix broken PyPI CI…
Browse files Browse the repository at this point in the history
… (#363)
  • Loading branch information
sauhardjain committed Jun 25, 2024
1 parent 7d02a16 commit 54376d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e ".[all]"
pip install importlib_metadata==7.2.1
- name: Build PyPI
run: |
Expand Down

0 comments on commit 54376d5

Please sign in to comment.