Skip to content

Commit

Permalink
cleanup downstream
Browse files Browse the repository at this point in the history
- remove weldx
- change abacusutils tests per suggestion
  • Loading branch information
braingram committed Dec 20, 2024
1 parent dd84c66 commit f2e45a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.12'
envs: |
- linux: weldx
- linux: sunpy
- linux: dkist
- linux: abacusutils
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,7 @@ extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
git clone https://github.com/abacusorg/abacusutils.git
pip install -vU setuptools wheel scipy Cython 'numpy<2' # for classy and corrfunc
pip install --no-build-isolation classy corrfunc
pip install -e abacusutils[test]
pip install -e ./abacusutils pytest
pip install -r {env_tmp_dir}/requirements.txt
# make an empty pytest.ini to prevent pytest from crawling up
# one directory and finding the pytest configuration for the asdf
Expand Down

0 comments on commit f2e45a3

Please sign in to comment.