Skip to content

Commit

Permalink
Fix typeshed_primer workflow (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent c6bd572 commit 87b2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typeshed_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: flake8 typeshed using PR branch
run: |
cd new_plugin
uv pip install -e . --system
uv pip install -e . --system --reinstall
cd ../typeshed
flake8 --exit-zero --color never --output-file ../new_errors.txt
- name: Get diff between the two runs
Expand Down

0 comments on commit 87b2085

Please sign in to comment.