Skip to content

Commit

Permalink
Merge branch 'master' into pettingzoo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Jul 11, 2024
2 parents 6f04bc1 + 0866b9b commit d47eeb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ jobs:
run: |
echo '{
"exclude": [
"src/env/**"
]
"src/lpsim/env/**"
],
"typeCheckingMode": "basic"
}' > pyrightconfig.json
- name: Run type check
run: |
pyright --version
pyright .
- name: Run tests with coverage
Expand Down

0 comments on commit d47eeb2

Please sign in to comment.