Skip to content

Commit

Permalink
Dealing with the enterprise_outlier issue and fixing a typo. Remove m…
Browse files Browse the repository at this point in the history
…acos test for now.
  • Loading branch information
JPGlaser committed Oct 16, 2024
1 parent a96b0eb commit aeb69eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest] #macos-13]
python-version: ["3.10"] #["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand All @@ -33,11 +33,10 @@ jobs:
python=${{ matrix.python-version }}
pytest
cython
pint-pulsar
tempo2
pint
enterprise-pulsar
enterprise_extensions
enterprise_outliers
scikit-sparse
- name: Install Main Code
shell: micromamba shell {0}
Expand Down

0 comments on commit aeb69eb

Please sign in to comment.