Skip to content

Commit

Permalink
can't type lol!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Jan 25, 2024
1 parent 81c1274 commit 820d86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: poetry install --all-extras --no-interaction --no-ansi

- name: "Run Pyright"
run: "poetry run pyright --verifytypes --ignoreexternal"
run: "poetry run pyright --verifytypes serena --ignoreexternal"

test-postgresql:
strategy:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: "Install Python 3.11"
uses: "actions/setup-python@v5"
with:
python-version: "3.1"
python-version: "3.11"
cache: "poetry"

- name: "Install project"
Expand Down

0 comments on commit 820d86e

Please sign in to comment.