Skip to content

Commit

Permalink
CI: don't bother with transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 13, 2023
1 parent 646672c commit 0cc7a68
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 @@ -26,7 +26,7 @@ jobs:
cache: "pip"
cache-dependency-path: |
pyproject.toml
- run: python -m pip install mypy -e .[dev,attentiongrabber,magicprompt,feelinglucky]
- run: python -m pip install mypy -e .[dev,attentiongrabber,feelinglucky]
- run: mypy --install-types --non-interactive src
test:
runs-on: ${{ matrix.os }}
Expand All @@ -45,7 +45,7 @@ jobs:
cache-dependency-path: |
pyproject.toml
- name: Install dependencies
run: python -m pip install -e .[dev,attentiongrabber,magicprompt,feelinglucky]
run: python -m pip install -e .[dev,attentiongrabber,feelinglucky]
- run: pytest --cov --cov-report=term-missing --cov-report=xml .
env:
PYPARSINGENABLEALLWARNINGS: 1
Expand Down

0 comments on commit 0cc7a68

Please sign in to comment.