Skip to content

Commit

Permalink
Merge pull request #1885 from braingram/cleanup_downstream
Browse files Browse the repository at this point in the history
cleanup downstream
  • Loading branch information
braingram authored Dec 23, 2024
2 parents dd84c66 + f2e45a3 commit a866c98
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 a866c98

Please sign in to comment.