Skip to content

Commit

Permalink
Install packages required for vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
notjagan authored Nov 6, 2023
1 parent c2a08ec commit c8acbe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BEFORE_BUILD: python setup.py vendor
CIBW_BEFORE_ALL: >
pip install requests toml
python setup.py vendor
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
with:
Expand Down

0 comments on commit c8acbe5

Please sign in to comment.