Skip to content

Commit

Permalink
Install via Python, only test Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 8, 2024
1 parent 8f14e81 commit 0699a15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"
- run: "curl -LsSf https://astral.sh/uv/install.sh | sh"
- run: "uv pip compile --python-version ${{ matrix.python-version }} pyproject.toml"
python-version: "3.11"
- run: "pip install uv"
- run: "uv pip compile --python-version 3.11 pyproject.toml"

0 comments on commit 0699a15

Please sign in to comment.