Skip to content

Commit

Permalink
disable python3.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 8, 2024
1 parent 086a845 commit 3930abc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand All @@ -41,14 +41,9 @@ jobs:
- name: Test
run: |
pip install setuptools==69.0.3
pip install nox
nox --non-interactive --error-on-missing-interpreter -s test test-notebooks
- name: list pkg
run: |
conda list
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit 3930abc

Please sign in to comment.