Skip to content

Commit

Permalink
install build module for CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Rennick committed Jan 17, 2023
1 parent 3ad3541 commit c2feaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel build
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
Expand Down

0 comments on commit c2feaa0

Please sign in to comment.