Skip to content

Commit 650ef57

Browse files
authored
Merge pull request #155 from open-atmos/slayoo-patch-16
fixing version indicators for dependencies in pypi.org-published files (regression introduced when automating package uploads)
2 parents e959d56 + bc1b5e6 commit 650ef57

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)