Skip to content

Commit 293fdff

Browse files
debug: remove concurrency for now and enable macos 3.10 as not required
1 parent 908a3df commit 293fdff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/lint_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
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

1919
env:
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:

0 commit comments

Comments
 (0)