update test workflow

This commit is contained in:
Junya Morioka
2025-05-17 23:51:51 +09:00
parent 38f45d040d
commit 9d34a905bf
+1 -2
View File
@@ -38,7 +38,7 @@ jobs:
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
sudo apt-get update && sudo apt-get install -y \ apt-get update && apt-get install -y \
curl \ curl \
ca-certificates \ ca-certificates \
sudo \ sudo \
@@ -71,7 +71,6 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
sudo apt install -y ninja-build clang
pip install -U pip setuptools==75.8.0 wheel setuptools packaging psutil pip install -U pip setuptools==75.8.0 wheel setuptools packaging psutil
- name: Install PyTorch ${{ matrix.torch-version }}+cu${{ matrix.cuda-version }} - name: Install PyTorch ${{ matrix.torch-version }}+cu${{ matrix.cuda-version }}