Skip to content

Commit

Permalink
Install setuptools when building package
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Jan 4, 2024
1 parent 30f0876 commit dec35c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- '*'
branches:
- package

jobs:
setup:
Expand All @@ -14,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install numpy
run: python -m pip install numpy
run: python -m pip install numpy setuptools

- run: bash swig/python-packaging/setup.sh
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dec35c6

Please sign in to comment.