Skip to content

Commit 04f3f03

Browse files
committed
up
1 parent 95525a4 commit 04f3f03

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/torchao_experimental_test.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
submodules: true
24-
- name: Setup Python
25-
uses: actions/setup-python@v2
24+
- uses: conda-incubator/setup-miniconda@v3
2625
with:
27-
python-version: 3.10.11
28-
- name: Install TorchAO
29-
run: |
30-
USE_CPP=1 pip install .
26+
python-version: "3.10"
27+
miniconda-version: "latest"
28+
activate-environment: venv
3129
- name: Run tests
3230
run: |
31+
pip install --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" torch=="2.6.0.dev20250104"
32+
USE_CPP=1 pip install .
33+
3334
python torchao/experimental/tests/test_packed_linear_int8_dynamic_activation_intx_weight_layout.py

0 commit comments

Comments
 (0)