Skip to content

Commit

Permalink
Run prcheck with uv run
Browse files Browse the repository at this point in the history
Need to do this to use the venv created by uv.
  • Loading branch information
jamesls committed Jan 4, 2025
1 parent 374568c commit 9225bc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 177 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,4 @@ jobs:
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Run PRCheck
run: make prcheck
# Chalice works on windows, but there's some differences between
# the GitHub actions windows environment and our windows dev
# laptops that are causing certain tests to fail. Once these
# are fixed we can also test on windows but for now we have to
# disable these.
# tests-windows:
# runs-on: windows-latest
# strategy:
# matrix:
# # In windows where you have to explicitly install
# # python, it's unlikely users are going to install
# # python 2.7 which is no longer supported so we're
# # only testing python3 on windows.
# python-version: [3.6, 3.7, 3.8, 3.9]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# name: Set up Python ${{ matrix.python-version }}
# with:
# python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# pip install -r requirements-dev.txt
# pip install -e .
# - name: Run PRCheck
# run: python -m pytest tests/unit tests/functional tests/integration
run: uv run make prcheck
150 changes: 0 additions & 150 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9225bc4

Please sign in to comment.