Skip to content

Commit

Permalink
Merge pull request #204 from rstudio/pyright-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm authored Nov 22, 2023
2 parents 30d73f0 + f6c6036 commit ffadf81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,25 +132,17 @@ jobs:
- name: Run tests
run: |
make test
typecheck:
runs-on: ubuntu-latest

# We want to run on external PRs, but not on our own internal PRs as they'll be run
# by the push to the branch.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

strategy:
matrix:
python-version: [3.11]

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: "3.11"

- name: Install Packages
shell: bash
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ignore = [
"vetiver/prototype.py",
"vetiver/rsconnect.py",
"vetiver/server.py",
"vetiver/templates.py",
"vetiver/types.py",
"vetiver/utils.py",
"vetiver/vetiver_model.py",
Expand Down

0 comments on commit ffadf81

Please sign in to comment.