Skip to content

Commit

Permalink
Need to pip upgrade build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahnis committed Jan 17, 2024
1 parent 62adc58 commit 28d0dad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install numpy==${{ matrix.numpy-version }} cython
python -m pip install --upgrade build
python -m pip install setuptools wheel
python -m pip install numpy==${{ matrix.numpy-version }} cython
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 28d0dad

Please sign in to comment.