Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Apr 10, 2023
1 parent f98779a commit 1684b07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
bash <(curl -s https://codecov.io/bash)
- name: Install distribution dependencies
run: pip install build
run: |
rm -rf junit
rm -rf deps
pip install build
if: matrix.python-version == 3.11

- name: Create distribution package
Expand Down

0 comments on commit 1684b07

Please sign in to comment.