Skip to content

Commit

Permalink
is this a uv thing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent 728a518 commit c8a9b5f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/typeshed_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,15 @@ jobs:
- name: flake8 typeshed using target branch
run: |
cd old_plugin
uv pip install -e . --system
uv pip install -e . --system --reinstall
cd ../typeshed
uv pip freeze
flake8 --bug-report
flake8 --exit-zero
flake8 --exit-zero --color never --output-file ../old_errors.txt
- name: flake8 typeshed using PR branch
run: |
cd new_plugin
uv pip install -e . --system
uv pip install -e . --system --reinstall
cd ../typeshed
flake8 --bug-report
flake8 --exit-zero
flake8 --exit-zero --color never --output-file ../new_errors.txt
- name: Get diff between the two runs
Expand Down

0 comments on commit c8a9b5f

Please sign in to comment.