Skip to content

Commit

Permalink
Tidy up build (#2045)
Browse files Browse the repository at this point in the history
After #2028, we don't need these conditionals.
  • Loading branch information
philandstuff authored Nov 5, 2024
1 parent 3e0dc79 commit 5f81543
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
matrix:
pydantic: ["1", "2"]
python-version: ${{ fromJson(needs.build-python.outputs.python-versions) }}
exclude:
# Pydantic 2 is not supported on Python 3.7
- pydantic: "2"
python-version: "3.7"
steps:
- name: Download pre-built packages
uses: actions/download-artifact@v4
Expand All @@ -115,7 +111,6 @@ jobs:
echo TOX_PYTHON=py$(echo "${{ matrix.python-version }}" | tr -d .) >>$GITHUB_ENV
uv pip install --system tox
- run: uv pip install --system tox-uv
if: matrix.python-version != '3.7'
- name: Remove src to ensure tests run against wheel
run: rm -rf python/cog
- name: Test
Expand Down

0 comments on commit 5f81543

Please sign in to comment.