Skip to content

Commit 67a18c0

Browse files
committed
run only on 310
1 parent 4ab4caf commit 67a18c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 15
1313
strategy:
1414
matrix:
15-
python-version: ['3.11', '3.12']
15+
python-version: ['3.10']
1616
steps:
1717
- name: Check out repo
1818
uses: actions/checkout@v4
@@ -23,8 +23,8 @@ jobs:
2323
miniconda-version: "latest"
2424
activate-environment: test
2525
python-version: ${{ matrix.python-version }}
26-
- name: Update pip
27-
run: python -m pip install --upgrade pip
26+
# - name: Update pip
27+
# run: python -m pip install --upgrade pip
2828
- name: Install torchforge
2929
run: ./scripts/install.sh
3030
- name: Run unit tests with coverage

0 commit comments

Comments
 (0)