Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tpu-type: ["v4-8"]
tpu-type: ["v5-8"]
name: "TPU test (${{ matrix.tpu-type }})"
runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}"]
steps:
Expand All @@ -48,7 +48,7 @@ jobs:
export PATH=$PATH:$HOME/.local/bin
pip install ruff
pip install isort
pip install pytest
pip install pytest==8.2.2
- name: Analysing the code with ruff
run: |
ruff check .
Expand Down
Loading