Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Jun 17, 2024
1 parent 794ad97 commit f828712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: pip install .
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.367

0 comments on commit f828712

Please sign in to comment.