Skip to content

Commit

Permalink
Merge pull request #26 from bbcho/v0282
Browse files Browse the repository at this point in the history
fixed ci
  • Loading branch information
bbcho authored Sep 30, 2023
2 parents cc2dbf5 + 60e4e0f commit cab6b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest cython numpy setuptools
pip install flake8 pytest cython numpy setuptools pandas
python setup.py build_ext --inplace
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit cab6b0f

Please sign in to comment.