Skip to content

Commit

Permalink
fix: some package missing in python
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichi24 committed Apr 3, 2024
1 parent d9329e1 commit 6a00d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
yarn install
sudo -H pip install setuptools && yarn install
- name: Publish release for mac
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' }}
Expand Down

0 comments on commit 6a00d2d

Please sign in to comment.