Skip to content

Commit

Permalink
distutils が見つからずに Lyra のビルドが落ちているため setuptools をインストールしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Nov 27, 2023
1 parent 02d38f2 commit 7c35747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
path: "/private/var/tmp/_bazel_${{ steps.env.outputs.user }}"
key: bazel-${{ matrix.name }}-v2
- run: pip3 install numpy
- run: pip3 install numpy setuptools
- run: python3 run.py --test --package ${{ matrix.name }}
- name: Get package name
run: |
Expand Down

0 comments on commit 7c35747

Please sign in to comment.