Skip to content

Commit

Permalink
Fix dependencies to pypi packages for publish to work (#26)
Browse files Browse the repository at this point in the history
* Fix dependencies to pypi packages for publish to work

* Remove dependencies from pyproject.toml, install in python_testing.yml
  • Loading branch information
stscirij authored Oct 23, 2023
1 parent 3d84c67 commit 9756e67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
run: |
# run all the unit tests.
pip install .['test']
pip install 'ullyses @ git+https://github.com/spacetelescope/ullyses.git'
pytest tests/test_swrapper.py -v
working-directory: ${{env.working-directory}}
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ classifiers = [
]
dependencies = [
'astropy >=5.0.4',
'ullyses@git+https://github.com/spacetelescope/ullyses',
'ullyses-utils@git+https://github.com/spacetelescope/ullyses-utils',
]
dynamic = ['version']

Expand Down

0 comments on commit 9756e67

Please sign in to comment.