Skip to content

Commit

Permalink
Remove requirements flag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 4, 2025
1 parent 22693bb commit 7d87823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage_lint_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
sudo apt update
python -m ensurepip
pip install -Ur '.[starlette,docs]'
pip install -U '.[starlette,docs]'
- name: Build Docs
run: |
cd docs
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Install Python deps @ ${{ matrix.python-version }}"
id: install-deps
run: |
pip install -Ur '.[starlette]'
pip install -U '.[starlette]'
- name: "Run Pyright @ ${{ matrix.python-version }}"
uses: jakebailey/pyright-action@v1
with:
Expand Down

0 comments on commit 7d87823

Please sign in to comment.