Skip to content

Commit

Permalink
Use numpy and pyerfa dev in devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 12, 2024
1 parent 7ae95a6 commit ed9d572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
python-version: '3.x'
- name: Install and build
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -U numpy pyerfa astropy-iers-data PyYAML packaging
python -m pip install -U pip setuptools wheel
python -m pip install -U -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --pre
python -m pip install -U -i https://pypi.anaconda.org/liberfa/simple pyerfa --pre
python -m pip install -U -i https://pypi.anaconda.org/astropy/simple astropy --pre
python -m pip install git+https://github.com/ejeschke/ginga.git@main#egg=ginga
python -m pip install -e .[test]
Expand Down

0 comments on commit ed9d572

Please sign in to comment.