Skip to content

Commit

Permalink
install also [fast] in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Graña committed Nov 22, 2023
1 parent 56dc6a5 commit 95e59aa
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 @@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --prefer-binary --editable .[dev]
python -m pip install --prefer-binary --editable .[fast]
if [ $(python -c "import sys; print(sys.version[:3])") != 3.4 ]; then python -m pip install --prefer-binary --editable .[fast]; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 95e59aa

Please sign in to comment.