Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
clamp cluster --covariance-type diag --progress 10 data/generated/pythia_14m_last_layer-embeddings.parquet data/generated/pythia_14m_last_layer-clusters.tsv
- name: Run tox
run: |
uv tool install tox --with tox-gh-actions --with tox-uv
uv tool install --python ${{ matrix.python-version }} tox --with tox-gh-actions --with tox-uv
tox -- -v --durations=0
- name: Upload hypothesis examples database
uses: actions/upload-artifact@v4
Expand Down
5 changes: 3 additions & 2 deletions tox.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minversion = "4"
env_list = ["py312", "py311", "py310"]
env_list = ["py313", "py312", "py311", "py310"]
isolated_build = true
skip_missing_interpreters = true

Expand All @@ -20,4 +20,5 @@ commands = [
python = """
3.10: py310
3.11: py311
3.12: py312"""
3.12: py312
3.12: py313"""
Loading