Skip to content

Commit

Permalink
Temp test disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Oct 23, 2023
1 parent a1005a5 commit 77eba55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: ci-manifest

on:
pull_request:
branches:
- "*"
# pull_request:
# branches:
# - "*"

push:
branches-ignore:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
session: ["doctest", "gallery", "linkcheck"]
# python-version: ["3.11"]
# session: ["doctest", "gallery", "linkcheck"]
include:
- os: "ubuntu-latest"
python-version: "3.11"
session: "tests"
coverage: "--coverage"
- os: "ubuntu-latest"
python-version: "3.10"
session: "tests"
- os: "ubuntu-latest"
python-version: "3.9"
session: "tests"
# - os: "ubuntu-latest"
# python-version: "3.10"
# session: "tests"
# - os: "ubuntu-latest"
# python-version: "3.9"
# session: "tests"

env:
IRIS_TEST_DATA_VERSION: "2.21"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: ci-wheels

on:
pull_request:
# pull_request:

push:
tags:
Expand Down

0 comments on commit 77eba55

Please sign in to comment.