Skip to content

Commit

Permalink
Remove PYTHONWARNINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Feb 15, 2024
1 parent 33b700b commit 344d8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pip install build

- name: Build Packages
run: PYTHONWARNINGS=error python -m build
run: python -m build

- name: Store the packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 344d8f3

Please sign in to comment.