Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete commented section out of test.yml
  • Loading branch information
Dr-Irv committed Jun 8, 2022
commit a2fa8afaade748f92ea725beabf2365250b58b34
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
rm -rf typings
pip install pyright

# - name: run pyright command line
# run: |
# pyright --version
# pyright --dependencies tests/pandas/test_timefuncs.py

- name: Run pyright against dist
uses: gramster/pyright-action@main
with:
Expand Down