Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 18, 2024
1 parent 5c6bbf0 commit 094511c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install pytest jinja2
python -m pip install numpy\<1.23
python -m pip install "git+https://github.com/desihub/desiutil.git@${{ matrix.desiutil-version }}#egg=desiutil"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install pytest pytest-cov coveralls
python -m pip install -r requirements.txt
python -m pip install --upgrade numpy\<1.23
Expand Down Expand Up @@ -95,8 +95,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install Sphinx sphinx-toolbox
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r doc/rtd-requirements.txt
- name: Test the documentation
env:
PYTHONPATH: ${{ github.workspace }}/py
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install pycodestyle
- name: Test the style
# This is equivalent to an allowed falure.
Expand Down

0 comments on commit 094511c

Please sign in to comment.