Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Upgrade Linux 18.04 -> 20.04 and DOS line endings. #1616

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

jpivarski
Copy link
Member

@jpivarski jpivarski commented Aug 22, 2022

This doesn't actually change the whole file, just the

runs-on: ubuntu-18.04

line. What changes the whole file is the DOS → Unix line endings.

Addresses scheduled brown-outs of Ubuntu 18.04:

- python-version: '3.6'
numpy-version: 1.13.1

runs-on: ubuntu-20.04
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore the man behind the curtain. This is the only significant change.

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #1616 (b812994) into main (9e17f29) will decrease coverage by 0.02%.
The diff coverage is 62.21%.

Impacted Files Coverage Δ
src/awkward/_v2/_connect/cuda/__init__.py 0.00% <0.00%> (ø)
src/awkward/_v2/_connect/numexpr.py 88.40% <0.00%> (ø)
src/awkward/_v2/_connect/pyarrow.py 88.46% <0.00%> (ø)
src/awkward/_v2/numba.py 93.47% <0.00%> (ø)
src/awkward/_v2/operations/ak_from_avro_file.py 66.66% <0.00%> (ø)
src/awkward/_v2/operations/ak_local_index.py 100.00% <ø> (ø)
src/awkward/_v2/operations/ak_type.py 53.84% <0.00%> (ø)
src/awkward/_v2/operations/ak_transform.py 8.62% <8.62%> (ø)
src/awkward/_v2/contents/unionarray.py 86.16% <50.00%> (-0.11%) ⬇️
src/awkward/_v2/contents/bitmaskedarray.py 71.53% <53.84%> (+5.11%) ⬆️
... and 27 more

@jpivarski jpivarski enabled auto-merge (squash) August 22, 2022 13:46
@jpivarski jpivarski merged commit ffb7061 into main Aug 22, 2022
@jpivarski jpivarski deleted the jpivarski/use-ubuntu-20.04-in-build-test branch August 22, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant