Skip to content

Commit 3c5b26e

Browse files
authored
Merge pull request #885 from atmos-cloud-sim-uj/slayoo-patch-22
unset CI when building package files so that CI-only dependency constraints are not propagated to pypi.org packages
2 parents d30b5d7 + ac191f3 commit 3c5b26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests+pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- run: pip install twine build
7171

7272
- run: |
73+
unset CI
7374
python -m build 2>&1 | tee build.log
7475
exit `fgrep -i warning build.log | grep -v impl_numba/warnings.py | wc -l`
7576

0 commit comments

Comments
 (0)