Skip to content

Commit 34036aa

Browse files
committed
Comment that 2.7 does not work in macOS
1 parent 8bed3e8 commit 34036aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/system.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
architecture: x64
4040
python-version: '3.8'
4141
julia-version: '1.3'
42-
# Test Python 2.7 only a small subset (TODO: drop 2.7):
42+
# Test Python 2.7 only with a few combinations (TODO: drop 2.7).
43+
# Note that it does not work in macOS:
4344
- os: ubuntu-latest
4445
architecture: x64
4546
python-version: '2.7'

0 commit comments

Comments
 (0)