Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 27e16aa

Browse files
authored
Merge pull request #153 from datafold/fix_tests_py37
Fix for the occasional failure in tests in 3.7
2 parents 511d42c + 813f85e commit 27e16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
python-version:
21-
- "3.7"
21+
- "3.7.1"
2222
- "3.8"
2323
- "3.9"
2424
- "3.10"

0 commit comments

Comments
 (0)