Skip to content

Commit

Permalink
Add setuptools dependency in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Oct 5, 2023
1 parent bb9b615 commit a6d19c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m venv env
source env/bin/activate
pip install setuptools
pip install cython flake8 pytest
python setup.py install
- name: Lint with flake8
Expand Down

0 comments on commit a6d19c9

Please sign in to comment.