Skip to content

Commit bc1b5e6

Browse files
authored
fixing version indicators for dependencies in pypi.org-published files (regression introduced when automating package uploads)
1 parent e959d56 commit bc1b5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- run: pip install -r test-time-requirements.txt
7272

7373
- run: |
74+
unset CI
7475
python -m build 2>&1 | tee build.log
7576
exit `fgrep -i warning build.log | wc -l`
7677

0 commit comments

Comments
 (0)