Skip to content

Commit a1ab50b

Browse files
TEMP: Use Ubuntu 20.04 for Python3.7
1 parent 3db1c6d commit a1ab50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
install: ["-e .[dev]"]
1616
# Make one version be non-editable to test both paths of version code
1717
include:
18-
- os: "ubuntu-22.04"
18+
- os: "ubuntu-20.04"
1919
python: "3.7"
2020
install: ".[dev]"
2121

0 commit comments

Comments
 (0)