File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1616 version : " 24.10.0"
1717
1818 build-and-test :
19- # 03/27/23: it looks like there are issues with the tarballs for all python 3.6 versions
20- # that are on ubuntu-22.04 (ubuntu-latest at the time). To maintain python compatibility
21- # we're pinning ubuntu-20.04 so that we can properly run install python 3.6.
22- #
23- # As soon as this issue is addressed, we should put the image back to ubuntu-latest:
24- # https://github.com/actions/setup-python/issues/544
2519 runs-on : ubuntu-latest
2620 name : Python Library tests
2721 steps :
3125 - name : Setup Python
3226 uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
3327 with :
34- python-version : " 3.6 "
28+ python-version : " 3.8 "
3529
3630 - name : Run tests
3731 env :
You can’t perform that action at this time.
0 commit comments