Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 9, 2024
1 parent 38fe44a commit e551568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-update-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: 🚀 Install uv
uses: astral-sh/setup-uv@v3

- name: 🐍 Set up Python ${{ matrix.config.python-version }}
run: uv python install ${{matrix.config.python-version }}
- name: 🐍 Set up Python ${{ env.PYTHON_VERSION }}
run: uv python install ${{ env.PYTHON_VERSION }}

- name: 📦 Install the project
run: uv sync --python ${{ matrix.config.python-version }} --all-extras
run: uv sync --python ${{ env.PYTHON_VERSION }} --all-extras

- name: Run type update
run: make update-types
Expand Down

0 comments on commit e551568

Please sign in to comment.