Skip to content

Commit

Permalink
Install all the extras
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 11, 2024
1 parent 3a88962 commit f040b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
environment:
name: pypi
url: https://pypi.org/project/chatlas/

permissions: # for trusted publishing
id-token: write

Expand All @@ -34,7 +34,7 @@ jobs:
run: uv python install ${{ env.PYTHON_VERSION }}

- name: 📦 Install the project
run: uv sync --python ${{ env.PYTHON_VERSION }} --no-dev --extra test
run: uv sync --python ${{ env.PYTHON_VERSION }} --all-extras

- name: 🧪 Check tests
run: make check-tests
Expand Down

0 comments on commit f040b4c

Please sign in to comment.