Skip to content

Commit

Permalink
[ci] Remove macOS from test matrix again
Browse files Browse the repository at this point in the history
Don't use macOS for now, it is currently unstable, otherwise slow.
  • Loading branch information
amotl committed Apr 19, 2022
1 parent 664e377 commit 70b0c83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: [
'ubuntu-latest',

# Don't use macOS for now, it is currently unstable, otherwise slow. -- 2022-04-19, amo
# 'macos-latest',
]
python-version: ['2.7']

defaults:
Expand Down Expand Up @@ -69,7 +74,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: [
'ubuntu-latest',

# Don't use macOS for now, it is currently unstable, otherwise slow. -- 2022-04-19, amo
# 'macos-latest',
]
node-version: ['11']

defaults:
Expand Down
1 change: 0 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Development
- [ui] EPO/OPS: Support CPCI classifications
- [ui] Fix dependencies: Upgrade Moment.js and Async
- [ci] Add CI/GHA configuration
- [ci] Add macOS to test matrix
- [qa] Switch test framework from ``nose`` to ``pytest``
- [qa] Improve Python test harness
- [mw] Fix getting PDF documents and drawings from USPTO. Thanks, @aghster!
Expand Down

0 comments on commit 70b0c83

Please sign in to comment.