Skip to content

Commit

Permalink
skip other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyuWuu committed Sep 5, 2024
1 parent c233282 commit 4af0008
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

jobs:
run-notebook-tutorials:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,6 +36,7 @@ jobs:
shell: bash

pytest-nosoftdeps:
if: false
name: no-softdeps
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -79,7 +81,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
# os: [ubuntu-latest, macos-13, windows-latest]
os: [macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -134,6 +137,7 @@ jobs:
fail_ci_if_error: false

docs:
if: false
name: Docs build
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 4af0008

Please sign in to comment.