File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212
1313# Brand new concurrency setting! This ensures that not more than one run can be triggered for the same commit.
1414# It is useful for pull requests coming from the main repository since both triggers will match.
15- concurrency :
16- group : ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
17- cancel-in-progress : true
15+ # concurrency:
16+ # group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
17+ # cancel-in-progress: true
1818
1919env :
2020 # Configure pip to cache dependencies and do a user install
@@ -120,11 +120,11 @@ jobs:
120120 python_version : ['3.8', '3.9','3.10']
121121 os : [ubuntu-latest, windows-latest, macos-latest]
122122 experimental : [false]
123- # exclude :
124- # currently has a segfault issue, so not bothering to test
125- # temp re-enabled to gather dependency information
126- # - os: macos-latest
127- # python_version: '3.10'
123+ include :
124+ # currently has a segfault issue,
125+ - os : macos-latest
126+ python_version : ' 3.10 '
127+ experimental : true
128128 env :
129129 PYTHON_VERSION : ${{ matrix.python_version }}
130130 steps :
You can’t perform that action at this time.
0 commit comments