Skip to content

Commit

Permalink
setuptools package upgrade specified
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow authored Nov 2, 2023
1 parent 3b347a4 commit 7eb5d49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade pip
pip install Bottleneck
python3 -m pip install --upgrade pip
python3 -m pip install Bottleneck
python3 -m pip install --upgrade setuptools
cd $GITHUB_WORKSPACE
pip install .
- name: Run unit tests
Expand Down

0 comments on commit 7eb5d49

Please sign in to comment.