Commit 60dec18 1 parent fe5ffc9 commit 60dec18 Copy full SHA for 60dec18
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 32
32
fail-fast : false
33
33
matrix :
34
34
os : [ubuntu-latest]
35
+ cython :
36
+ - stable
35
37
python :
36
38
- {version: '3.8'}
37
39
- {version: '3.9'}
@@ -43,13 +45,21 @@ jobs:
43
45
os : windows-latest
44
46
- python : {version: '3.10'} # current
45
47
os : macos-latest
48
+ - python : {version: '3.10'} # current
49
+ os : ubuntu
50
+ cython : beta
46
51
47
52
steps :
48
53
- uses : actions/checkout@v3
49
54
- name : Set up Python ${{ matrix.python.version }}
50
55
uses : actions/setup-python@v4
51
56
with :
52
57
python-version : ${{ matrix.python.version }}
58
+ - name : Install cython beta
59
+ if : ${{ matrix.cython == 'beta' }}
60
+ run : |
61
+ python -m pip install --upgrade pip
62
+ python -m pip install --pre --upgrade cython
53
63
- name : Install dependencies
54
64
run : |
55
65
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments