Skip to content

Commit

Permalink
fix(devops): do not use editable install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 20, 2024
1 parent 7c2d8e1 commit f75bad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e .[dev]
- run: pip install .[dev]
- run: riff check
- run: riff format --check
- run: pyright
Expand All @@ -31,5 +31,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e .[dev]
- run: pip install .[dev]
- run: pytest

0 comments on commit f75bad0

Please sign in to comment.