Skip to content

Commit

Permalink
Merge pull request #17 from gregstarr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gregstarr authored Jun 25, 2022
2 parents c8d7bb0 + 2427981 commit ca2bff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- name: Conda info
shell: bash -l {0}
run: conda info
- name: Finish python setup
shell: bash -l {0}
run: |
pip install apexpy
pip install --upgrade numpy
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand All @@ -42,6 +37,7 @@ jobs:
conda install pytest
pip install pytest-html
pip install pytest-cov
pip install --upgrade numpy
pip install -e .
pytest test --html=${{ matrix.python-version }}-results.html --self-contained-html --cov=./ --cov-report=xml
- name: Move artifacts
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- anaconda
- conda-forge
dependencies:
- numpy==1.21.2
- numpy
- scipy==1.7.3
- h5py==3.6.0
- scikit-image==0.19.1
Expand All @@ -16,3 +16,4 @@ dependencies:
- pip
- pip:
- madrigalWeb==3.2
- apexpy
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@
author='gregstarr',
author_email='gregstarr2@gmail.com',
description='',
install_requires=[
'numpy',
'scipy',
'appdirs',
'xarray'
]
)

0 comments on commit ca2bff5

Please sign in to comment.