Skip to content

Commit

Permalink
fix: 🐛 install setuptools in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Aug 28, 2024
1 parent 2c1e4c7 commit 76914d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install pip -U
pip install setuptools -U
pip install .[dev]
- name: Lint with flake8
Expand Down

0 comments on commit 76914d5

Please sign in to comment.