Skip to content

Commit

Permalink
ci: classy no longer requires old cython?
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed May 8, 2024
1 parent 94283f3 commit 2ff6b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install -U pip
pip install numpy
pip install 'setuptools' 'wheel' 'numpy>=1.19.0' 'Cython>=0.29.21,<3' # for classy
pip install --no-build-isolation classy
- name: Install package from source
if: ${{ env.PUBLISH != 'true' }}
run: |
pip install -U .[test]
pip install -U pip
pip install -vU .[test]
make -C pipe_asdf
- name: Fetch wheel
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: ruff
# TODO: turning off line length check
# When ruff formatting is available, use that to auto-fix
args: [--fix, --exit-non-zero-on-fix, --ignore=E501]
args: [--fix, --ignore=E501]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit 2ff6b70

Please sign in to comment.