Skip to content

Commit

Permalink
Skip typeguard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed May 27, 2023
1 parent 69d0017 commit d368b9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,18 @@ jobs:
- name: Run pyanalyze tests
run: pytest pyanalyze/

# TODO: unskip when typeguard tests pass with v4.6.0+
typeguard:
name: typeguard tests
if: >-
# if 'schedule' was the trigger,
# don't run it on contributors' forks
${{
github.repository == 'python/typing_extensions'
|| github.event_name != 'schedule'
false
&& (
github.repository == 'python/typing_extensions'
|| github.event_name != 'schedule'
)
}}
strategy:
fail-fast: false
Expand Down

0 comments on commit d368b9b

Please sign in to comment.