Skip to content

Commit

Permalink
fix requirements path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Mar 4, 2024
1 parent a1329e5 commit f623739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install mypy
run: |
pip install uv --no-cache-dir --disable-pip-version-check
uv pip install --system --no-cache mypy -r requirements.txt asyncpg-stubs types-redis
uv pip install --system --no-cache -r requirements/base.txt mypy asyncpg-stubs types-redis
- uses: pre-commit/[email protected]

deploy:
Expand Down

0 comments on commit f623739

Please sign in to comment.