Skip to content

Commit

Permalink
setuptools を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 1, 2023
1 parent ed22908 commit 6009017
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 @@ -110,7 +110,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 6009017

Please sign in to comment.