Skip to content

Commit ed0d25c

Browse files
committed
Python doesn't matter, ROOT conda had been built only with 3.8.5
1 parent a06963c commit ed0d25c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["3.7", "2.7"]
19+
# Python doesn't matter, conda had been built only with 3.8.5
20+
python-version: ["3.8"]
2021

2122
steps:
2223
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)