We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec16a commit 16bdc4dCopy full SHA for 16bdc4d
2 files changed
.DS_Store
0 Bytes
.github/workflows/test.yml
@@ -16,12 +16,6 @@ jobs:
16
version: "24.10.0"
17
18
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
25
runs-on: ubuntu-latest
26
name: Python Library tests
27
steps:
@@ -31,7 +25,7 @@ jobs:
31
- name: Setup Python
32
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
33
with:
34
- python-version: "3.6"
28
+ python-version: "3.8"
35
29
36
30
- name: Run tests
37
env:
0 commit comments