Skip to content

Commit

Permalink
fix workflow missing setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin committed Mar 4, 2024
1 parent 0f1f4b6 commit a31e140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -r test/requirements.txt
- name: Run unit test
Expand Down

0 comments on commit a31e140

Please sign in to comment.